Skip to content
Snippets Groups Projects
Commit 1008eee1 authored by Tancho Mihov's avatar Tancho Mihov
Browse files

update .gitlab-ci.yml

parent 85970546
No related branches found
No related tags found
1 merge request!5Add cicd
Pipeline #50987 passed
...@@ -35,26 +35,20 @@ unit tests: ...@@ -35,26 +35,20 @@ unit tests:
- amd64-docker - amd64-docker
before_script: [] before_script: []
ppc64le:
extends: .docker-build
stage: build
tags:
- ppc64le-docker
amd64: amd64:
extends: .docker-build extends: .docker-build
stage: build stage: build
tags: tags:
- amd64-docker - amd64-docker
local: manifest:
extends: .manifest extends: .manifest-amd64
stage: manifest stage: manifest
cloud: cloud:
extends: .manifest-cloud extends: .manifest-cloud
stage: manifest stage: manifest
nexus: release:
extends: .manifest-release extends: .manifest-release
stage: manifest stage: manifest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment