Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Show more breadcrumbs
open-source
Proxy
Commits
8ca1fe3d
Commit
8ca1fe3d
authored
5 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
19d042e0
No related branches found
No related tags found
1 merge request
!5
Resolve "Make Proxy Use Autodevops"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+21
-0
21 additions, 0 deletions
.gitlab-ci.yml
with
21 additions
and
0 deletions
.gitlab-ci.yml
+
21
−
0
View file @
8ca1fe3d
variables
:
variables
:
DOCKER_HOST
:
tcp://docker-dind.gitlab:2375
DOCKER_HOST
:
tcp://docker-dind.gitlab:2375
POSTGRES_ENABLED
:
false
CODE_QUALITY_DISABLED
:
true
CONTAINER_SCANNING_DISABLED
:
true
DAST_DISABLED
:
true
DEPENDENCY_SCANNING_DISABLED
:
true
LICENSE_MANAGEMENT_DISABLED
:
true
PERFORMANCE_DISABLED
:
true
SAST_DISABLED
:
true
TEST_DISABLED
:
true
include
:
include
:
-
template
:
Jobs/Build.gitlab-ci.yml
-
template
:
Jobs/Build.gitlab-ci.yml
...
@@ -8,9 +17,21 @@ include:
...
@@ -8,9 +17,21 @@ include:
stages
:
stages
:
-
prepare
-
prepare
-
build
-
build
-
test
-
deploy
# dummy stage to follow the template guidelines
-
review
-
review
-
dast
-
staging
-
canary
-
production
-
incremental rollout 10%
-
incremental rollout 25%
-
incremental rollout 50%
-
incremental rollout 100%
-
performance
-
cleanup
-
cleanup
prepare_node
:
prepare_node
:
stage
:
prepare
stage
:
prepare
image
:
node:10
image
:
node:10
...
...
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