Skip to content

Commit

Permalink
test a change
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel-dempers committed May 16, 2020
1 parent 7a756c2 commit b811a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drone-ci/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ steps:
DOCKER_PASSWORD:
from_secret: DOCKER_PASSWORD
commands:
- sleep 5 # give docker enough time to start
- sleep 5 ## give docker enough time to start
- docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- docker build ./golang -t aimvector/golang:1.0.0
- docker push aimvector/golang:1.0.0
Expand Down

0 comments on commit b811a57

Please sign in to comment.