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

Update .gitlab-ci.yml

parent ab37be2a
No related branches found
No related tags found
No related merge requests found
...@@ -114,7 +114,6 @@ build:version-linux-arm64v8: ...@@ -114,7 +114,6 @@ build:version-linux-arm64v8:
build-manifest:latest-linux-multiarch: build-manifest:latest-linux-multiarch:
extends: .build extends: .build
stage: deploy
needs: ["build:latest-linux-amd64", "build:latest-linux-arm64v8"] needs: ["build:latest-linux-amd64", "build:latest-linux-arm64v8"]
script: script:
- | - |
...@@ -156,7 +155,6 @@ build-manifest:latest-linux-multiarch: ...@@ -156,7 +155,6 @@ build-manifest:latest-linux-multiarch:
build-manifest:version-linux-multiarch: build-manifest:version-linux-multiarch:
extends: .build extends: .build
stage: deploy
needs: ["build:version-linux-amd64", "build:version-linux-arm64v8"] needs: ["build:version-linux-amd64", "build:version-linux-arm64v8"]
script: 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