Skip to content

Commit

Permalink
Merge pull request #53 from arbulu89/release/3.8.0
Browse files Browse the repository at this point in the history
Fix ci docker env variables usage
  • Loading branch information
arbulu89 authored Jun 1, 2020
2 parents 97193a9 + eb6d3ef commit 6537616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
script:
- |
docker run -t -v "$(pwd):/package" -w /package \
-e OBS_USER -e OBS_PASS=$OBS_PASS -e FOLDER -e OBS_PROJECT -e PACKAGE_NAME -e TAR_NAME=$TAR_NAME \
-e OBS_USER -e OBS_PASS -e FOLDER -e OBS_PROJECT -e PACKAGE_NAME -e TAR_NAME \
shap/continuous_deliver \
/bin/bash -c "sed -i 's~%%VERSION%%~$TRAVIS_COMMIT~' _service && \
sed -i 's~%%REPOSITORY%%~$TRAVIS_REPO_SLUG~' _service && \
Expand All @@ -63,6 +63,6 @@ jobs:
script:
- |
docker run -t -v "$(pwd):/package" -w /package \
-e OBS_USER -e OBS_PASS=$OBS_PASS -e FOLDER -e OBS_PROJECT -e PACKAGE_NAME -e TAR_NAME=$TAR_NAME \
-e OBS_USER -e OBS_PASS -e FOLDER -e OBS_PROJECT -e PACKAGE_NAME -e TARGET_PROJECT \
shap/continuous_deliver \
/scripts/submit.sh

0 comments on commit 6537616

Please sign in to comment.