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

Update .gitlab-ci.yml

parent 2ddebc86
Branches main
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
tonistiigi/binfmt:${QEMU_VERSION:+qemu-v}${QEMU_VERSION:-master}
--install all
pre:
.pre:
image: quay.io/curl/curl:latest
stage: build
......@@ -30,13 +30,13 @@ pre:
stage: release
stages:
- pre
- .pre
- build
- test
- release
trigger-version-build:
extends: pre
extends: .pre
script:
- 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