Skip to content

Commit 9403de3

Browse files
author
Michael Koval
committed
Fixed PACKAGE_NAMES export in travis.yml.
1 parent 7834fd5 commit 9403de3

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
@@ -20,9 +20,9 @@ before_install:
2020
- curl -sSo distribution.yml "${DISTRIBUTION}"
2121
- git clone https://github.com/personalrobotics/pr-cleanroom.git scripts
2222
- ./scripts/internal-setup.sh
23+
- export PACKAGE_NAMES="$(./scripts/internal-get-packages.py distribution.yml ${REPOSITORY})"
2324
install:
2425
- mv "${TRAVIS_BUILD_DIR}" src
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)