good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pggat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gfx
pggat
Commits
e206d84d
Commit
e206d84d
authored
1 year ago
by
Garet Halliday
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
56c00bac
6a784a56
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+16
-0
16 additions, 0 deletions
.gitlab-ci.yml
with
16 additions
and
0 deletions
.gitlab-ci.yml
+
16
−
0
View file @
e206d84d
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment