Skip to content
Snippets Groups Projects
Verified Commit 1a7825dc authored by Olivier Benz's avatar Olivier Benz
Browse files

Update .gitlab-ci.yml

parent 83aed899
No related branches found
No related tags found
No related merge requests found
...@@ -6,10 +6,6 @@ ...@@ -6,10 +6,6 @@
tonistiigi/binfmt:master tonistiigi/binfmt:master
--install all --install all
.pre:
image: quay.io/curl/curl:latest
stage: build
.build: .build:
image: glcr.b-data.ch/docker/docker:dind image: glcr.b-data.ch/docker/docker:dind
stage: build stage: build
...@@ -30,14 +26,13 @@ ...@@ -30,14 +26,13 @@
stage: release stage: release
stages: stages:
- .pre
- build - build
- test - test
- release - release
- .post
trigger-version-build: trigger-version-build:
extends: .pre image: quay.io/curl/curl:latest
stage: .pre
script: script:
- nodeVersion=$(cat .node-version) - nodeVersion=$(cat .node-version)
- > - >
......
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