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 4fae2c1 commit 7834fd5Copy full SHA for 7834fd5
.travis.yml
@@ -22,7 +22,7 @@ before_install:
22
- ./scripts/internal-setup.sh
23
install:
24
- mv "${TRAVIS_BUILD_DIR}" src
25
-- export PACKAGE_NAMES="$(./internal-get-packages.py distribution.yml '${REPOSITORY}')"
+- 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