Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

Commit c0277f0

Browse files
committed
syntax fix
1 parent 30bbaaa commit c0277f0

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
@@ -15,4 +15,4 @@ script:
1515
- podman build -t gelbpunkt/idlerpg:latest .
1616

1717
after_success:
18-
- 'if [ $TRAVIS_PULL_REQUEST" != "false" ]; then podman push --creds="$DOCKERHUB_USER:$DOCKERHUB_PASSWORD" gelbpunkt/idlerpg:latest; fi'
18+
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then podman push --creds="$DOCKERHUB_USER:$DOCKERHUB_PASSWORD" gelbpunkt/idlerpg:latest; fi'

0 commit comments

Comments
 (0)