Skip to content

Commit

Permalink
Correct error in ci yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Bowling <[email protected]>
  • Loading branch information
Jesse Bowling committed Jun 14, 2019
1 parent 659c737 commit 400deac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ container_scanning:
deploy_dockerhub:
image: docker:stable
stage: deploy
- sudo ntpdate pool.ntp.org
tags:
- stingar
only:
- /(^v\d+(.\d+){1,2}(-pre)?$|^latest$)/
script:
- sudo ntpdate pool.ntp.org
- sudo docker login -u "gitlab-ci-token" -p "${CI_BUILD_TOKEN}" ${CI_REGISTRY}
- sudo docker pull ${CI_APPLICATION_REPOSITORY}:${CI_APPLICATION_TAG}
- sudo docker logout
Expand Down

0 comments on commit 400deac

Please sign in to comment.