Skip to content

Commit

Permalink
fix: πŸ› typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Jun 26, 2020
1 parent 0a63d7f commit 19d9946
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- go vet ./...
- go test -v ./...
- stage: "Build and Push Docker Image"
script:
script:Z
- docker build -t jaskaransarkaria/timer-server:"$TRAVIS_TAG" .
- echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin
- docker push jaskaransarkaria/timer-server:"$TRAVIS_TAG"
Expand All @@ -35,6 +35,6 @@ jobs:
stages:
- name: Tests and Linting
- name: Build and Push Docker Image
if: tags IS present
if: tag IS present
- name: Deploy to Kubernetes
if: tags IS present
if: tag IS present

0 comments on commit 19d9946

Please sign in to comment.