Skip to content

Commit 7834fd5

Browse files
author
Michael Koval
committed
Fixed internal-get-packages command.
1 parent 4fae2c1 commit 7834fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_install:
2222
- ./scripts/internal-setup.sh
2323
install:
2424
- mv "${TRAVIS_BUILD_DIR}" src
25-
- export PACKAGE_NAMES="$(./internal-get-packages.py distribution.yml '${REPOSITORY}')"
25+
- export PACKAGE_NAMES="$(./scripts/internal-get-packages.py distribution.yml '${REPOSITORY}')"
2626
- ./scripts/internal-distro.py --workspace=src distribution.yml --repository "${REPOSITORY}"
2727
script:
2828
- ./scripts/internal-build.sh ${PACKAGE_NAMES}

0 commit comments

Comments
 (0)