Skip to content

Commit

Permalink
Deployer: Change default package name to TRAVIS_JOB_ID-TRAVIS_COMMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
mazmazz committed Jul 10, 2020
1 parent 9a90f05 commit 2c2e91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/deployer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ if [[ "$DPL_PACKAGE_NAME" == "" ]]; then
if [[ "$TRAVIS_TAG" != "" ]]; then
DPL_PACKAGE_NAME="$TRAVIS_TAG-$TRAVIS_OS_NAME";
else
DPL_PACKAGE_NAME="$PROGRAM_FILENAME-$TRAVIS_OS_NAME-$TRAVIS_BRANCH-${TRAVIS_COMMIT:0:8}-${TRAVIS_JOB_ID}";
DPL_PACKAGE_NAME="$PROGRAM_FILENAME-$TRAVIS_OS_NAME-$TRAVIS_BRANCH-${TRAVIS_JOB_ID}-${TRAVIS_COMMIT:0:8}";
fi;
fi;

Expand Down

0 comments on commit 2c2e91f

Please sign in to comment.