Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
KSZK
DevTeam
becskasszasch
Commits
a0db67eb
Verified
Commit
a0db67eb
authored
Aug 03, 2021
by
blint
😶
Browse files
update ci
parent
6f63a3ed
Pipeline
#8606
failed with stages
in 1 minute and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a0db67eb
...
...
@@ -61,12 +61,14 @@ go_build:
-
topup/*
-
main.go
-
go.mod
needs
:
[]
docker
:
stage
:
docker-build
tags
:
[
kszk
]
needs
:
-
go_build
-
format
image
:
name
:
gcr.io/kaniko-project/executor:debug
entrypoint
:
[
"
"
]
...
...
@@ -94,12 +96,13 @@ Upgrade helm:
stage
:
deploy
image
:
name
:
docker.io/blintmester/base-helm-kubectl:1.0.1
entrypoint
:
[
"
/bin/bash
"
]
entrypoint
:
[
"
"
]
needs
:
-
docker
before_script
:
-
chmod 600 $KUBECONFIG
script
:
-
bash
-
cd "$CI_PROJECT_DIR"/k8s
-
envsubst < values.yml | helm upgrade --install becskasszasch . -n apps --wait --values -
rules
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment