Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 5d4a13b9 authored by Diego MENDEZ's avatar Diego MENDEZ
Browse files

:twisted_rightwards_arrows: Merge branch 'build_nocache_option' into 'develop'

Clean cache with docker build.

See merge request !145
parents a7b19a0a bdcf9f0a
No related branches found
No related tags found
2 merge requests!146Develop,!145Clean cache with docker build.
Pipeline #264279 passed
......@@ -23,6 +23,7 @@
args:
http_proxy: "{{ lookup('ansible.builtin.env', 'HTTP_PROXY') }}"
https_proxy: "{{ lookup('ansible.builtin.env', 'HTTPS_PROXY') }}"
nocache: true
name: "{{ lookup('ansible.builtin.env', 'CI_PROJECT_NAME') }}:{{ lookup('ansible.builtin.env', 'CI_COMMIT_SHORT_SHA') }}"
repository: "{{ lookup('ansible.builtin.env', 'CI_REGISTRY_IMAGE') }}:{{ lookup('ansible.builtin.env', 'CI_COMMIT_SHORT_SHA') }}"
push: true
......
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