Skip to content

Commit 0cef2eb

Browse files
committed
Fix stage name
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 6eb7303 commit 0cef2eb

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
@@ -75,7 +75,7 @@ jobs:
7575
- echo "$DOCKER_PASS" | docker login -u "$DOCKER_USERNAME" --password-stdin
7676
- docker push "$DOCKER_TAG_PR_BRANCH"
7777

78-
- stage: Tag docker image with pull request number
78+
- stage: Tag docker image with pull-request number
7979
if: type = pull_request
8080
script:
8181
- set -e

0 commit comments

Comments
 (0)