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

update .gitlab-ci.yml

parent 9da70a3e
No related branches found
No related tags found
1 merge request!5Add cicd
Pipeline #50983 failed with stages
in 40 seconds
variables:
APP_HELM_NAME: cache
DOCKER_FILE: deployment/ci/Dockerfile
GOOGLE_IMAGE: ${GOOGLE_LIGHT_REGISTRY_URL}/gaiax/$CI_PROJECT_NAME:$CI_COMMIT_REF_NAME
stages:
- test
- build
- manifest
before_script:
- ln -s /builds /go/src/code.vereign.com
......@@ -23,3 +30,26 @@ unit tests:
- go version
- go test -race ./... -coverprofile=coverage.out
- go tool cover -func=coverage.out
include:
- project: 'Seal/ci-helpers'
file: 'docker-build.yml'
- template: 'Workflows/Branch-Pipelines.gitlab-ci.yml'
amd64:
extends: .docker-build
stage: build
tags:
- amd64-docker
manifest:
extends: .manifest-amd64
stage: manifest
manifest-release:
extends: .manifest-release
stage: manifest
manifest-cloud:
extends: .manifest-cloud
stage: manifest
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