Skip to content

Commit 219de68

Browse files
ci: 🎡 remove echo
1 parent 5cd540e commit 219de68

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

‎.dockerignore

+8
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@ secret.yaml
33
tls.crt
44

55
tls.key
6+
7+
.kubernetes/
8+
9+
.gitignore
10+
11+
.travis.yaml
12+
13+
scripts/

‎.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
name: "Build and Push Docker Image"
1717
script:
1818
- docker build -t jaskaransarkaria/timer-server:"$TRAVIS_TAG" .
19-
- echo "$DOCKER_PASSWORD"
2019
- echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin
2120
- docker push jaskaransarkaria/timer-server:"$TRAVIS_TAG"
2221
# next step is to deploy to kubernetes

0 commit comments

Comments
 (0)