Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
oetzit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
commul
oetzit
Commits
8ff10fbe
Commit
8ff10fbe
authored
3 years ago
by
Paolo.Brasolin
Browse files
Options
Downloads
Patches
Plain Diff
ci: temporarily disable jobs
parent
244ccad1
No related branches found
No related tags found
No related merge requests found
Pipeline
#23197
failed
3 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-6
6 additions, 6 deletions
.gitlab-ci.yml
with
6 additions
and
6 deletions
.gitlab-ci.yml
+
6
−
6
View file @
8ff10fbe
...
@@ -10,7 +10,7 @@ stages:
...
@@ -10,7 +10,7 @@ stages:
# TODO: cache docker layers
# TODO: cache docker layers
# TODO: build ts
# TODO: build ts
be-build-job
:
.
be-build-job
:
image
:
$DOCKER_IMAGE
image
:
$DOCKER_IMAGE
stage
:
build
stage
:
build
tags
:
tags
:
...
@@ -52,7 +52,7 @@ be-build-job:
...
@@ -52,7 +52,7 @@ be-build-job:
script
:
script
:
-
kubectl set image deployment/${K8S_DEPLOYMENT} oetzi=${IMAGE_NAME}:${CI_COMMIT_SHA} --namespace=${K8S_NAMESPACE}
-
kubectl set image deployment/${K8S_DEPLOYMENT} oetzi=${IMAGE_NAME}:${CI_COMMIT_SHA} --namespace=${K8S_NAMESPACE}
be-prd-deploy-job
:
.
be-prd-deploy-job
:
extends
:
.be-deploy-job
extends
:
.be-deploy-job
environment
:
environment
:
name
:
production/backend
name
:
production/backend
...
@@ -64,7 +64,7 @@ be-prd-deploy-job:
...
@@ -64,7 +64,7 @@ be-prd-deploy-job:
only
:
only
:
-
tags
-
tags
be-stg-deploy-job
:
.
be-stg-deploy-job
:
extends
:
.be-deploy-job
extends
:
.be-deploy-job
environment
:
environment
:
name
:
staging/backend
name
:
staging/backend
...
@@ -78,7 +78,7 @@ be-stg-deploy-job:
...
@@ -78,7 +78,7 @@ be-stg-deploy-job:
#==[ Frontend build ]===========================================================
#==[ Frontend build ]===========================================================
fe-build-job
:
.
fe-build-job
:
image
:
node:16-alpine
image
:
node:16-alpine
stage
:
build
stage
:
build
tags
:
tags
:
...
@@ -121,7 +121,7 @@ fe-build-job:
...
@@ -121,7 +121,7 @@ fe-build-job:
eurac/$GAME_NAME:html5
eurac/$GAME_NAME:html5
--userversion ${CI_COMMIT_TAG:-$CI_COMMIT_SHORT_SHA}
--userversion ${CI_COMMIT_TAG:-$CI_COMMIT_SHORT_SHA}
fe-prd-deploy-job
:
.
fe-prd-deploy-job
:
extends
:
.fe-deploy-job
extends
:
.fe-deploy-job
environment
:
environment
:
name
:
production/frontend
name
:
production/frontend
...
@@ -132,7 +132,7 @@ fe-prd-deploy-job:
...
@@ -132,7 +132,7 @@ fe-prd-deploy-job:
only
:
only
:
-
tags
-
tags
fe-stg-deploy-job
:
.
fe-stg-deploy-job
:
extends
:
.fe-deploy-job
extends
:
.fe-deploy-job
environment
:
environment
:
name
:
staging/frontend
name
:
staging/frontend
...
...
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