Skip to content
Snippets Groups Projects
Commit 2bc70fa3 authored by Thomas  MENARD's avatar Thomas MENARD
Browse files

Add curl for assemble script v2

parent fea4db90
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -12,7 +12,7 @@ build-master:
stage: build
script:
- cd 2.4
- docker build --pull -t "$CI_REGISTRY_IMAGE" Dockerfile
- docker build --pull -t "$CI_REGISTRY_IMAGE" .
- docker push "$CI_REGISTRY_IMAGE"
only:
- master
......@@ -21,7 +21,7 @@ build:
stage: build
script:
- cd 2.4
- docker build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" Dockerfile
- docker build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" .
- docker push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
except:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment