Skip to content

Commit 3115d5e

Browse files
committed
Fixing travis to release
1 parent b961dd5 commit 3115d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- docker info
2121
- USE_RANDOM_USER_ID=true VERSION="$TRAVIS_BRANCH" make ci
2222
- stage: Release
23-
if: branch = master AND type != pull_request AND tag IS present
23+
if: type != pull_request AND tag IS present
2424
script:
2525
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
2626
- VERSION="${TRAVIS_TAG}" make build

0 commit comments

Comments
 (0)