Skip to content

Commit

Permalink
PB-6853: travis changes to pudh docker images for private branches
Browse files Browse the repository at this point in the history
  • Loading branch information
dbinnal-px committed May 14, 2024
1 parent 0f55878 commit 9dc1e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ script:
elif [ "${TRAVIS_BRANCH}" == "master" ]; then
export DOCKER_IMAGE_TAG=master-latest
else
export RELEASE_VER=`git rev-parse --short HEAD`
export DOCKER_IMAGE_TAG=${TRAVIS_BRANCH}
fi
make all &&
if [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
Expand Down

0 comments on commit 9dc1e4f

Please sign in to comment.