We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7834fd5 commit 9403de3Copy full SHA for 9403de3
.travis.yml
@@ -20,9 +20,9 @@ before_install:
20
- curl -sSo distribution.yml "${DISTRIBUTION}"
21
- git clone https://github.com/personalrobotics/pr-cleanroom.git scripts
22
- ./scripts/internal-setup.sh
23
+- export PACKAGE_NAMES="$(./scripts/internal-get-packages.py distribution.yml ${REPOSITORY})"
24
install:
25
- mv "${TRAVIS_BUILD_DIR}" src
-- export PACKAGE_NAMES="$(./scripts/internal-get-packages.py distribution.yml '${REPOSITORY}')"
26
- ./scripts/internal-distro.py --workspace=src distribution.yml --repository "${REPOSITORY}"
27
script:
28
- ./scripts/internal-build.sh ${PACKAGE_NAMES}
0 commit comments