good morning!!!!

Skip to content
Snippets Groups Projects
Commit e206d84d authored by Garet Halliday's avatar Garet Halliday
Browse files

Merge remote-tracking branch 'origin/master'

parents 56c00bac 6a784a56
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@
stages:
- test
- build
- deploy
lint:
image: registry.gitlab.com/gitlab-org/gitlab-build-images:golangci-lint-alpine
......@@ -48,3 +49,18 @@ trigger-builds:
- artifact: generated-config.yml
job: jsonnet
strategy: depend
trigger-master-deploy:
stage: deploy
needs:
- trigger-builds
image:
name: bitnami/kubectl:latest
entrypoint: [""]
only:
variables:
- $CI_COMMIT_BRANCH == "master"
script:
- kubectl config get-contexts
- kubectl config use-context gfx/gitlab-agents:gfxlabs-dev
- kubectl rollout restart deployment gfx-pggat
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