Skip to content
Snippets Groups Projects
Commit 0ce6230e authored by jurgenhaas's avatar jurgenhaas
Browse files

Remove task to pull image, it's been deprecated

parent fd2ebef5
No related branches found
No related tags found
No related merge requests found
......@@ -40,14 +40,6 @@ BuildDockerImage:
- docker build --pull -t "$CI_REGISTRY_IMAGE" .
- docker push "$CI_REGISTRY_IMAGE"
UpdateDockerImage:
<<: *default_settings_docker
stage: deploy
variables:
GIT_STRATEGY: none
script:
- docker pull "$CI_REGISTRY_IMAGE"
Ansible:
<<: *default_settings_cron
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment