Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
bodc
Testing Ci Cd
Commits
ab6ef90c
Commit
ab6ef90c
authored
3 years ago
by
qtl
Browse files
Options
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
4e50dc9a
feature-1
x1.2.3
x0.0.1
v1.2.x
v1.1.2
v1.1.1
v0.2.6
v0.2.5
v0.2.4
v0.0.1.dev0
t0.0.1
No related merge requests found
Pipeline
#59456
passed with stages
in 4 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
.gitlab-ci.yml
.gitlab-ci.yml
+4
-0
No files found.
.gitlab-ci.yml
View file @
ab6ef90c
...
...
@@ -126,6 +126,8 @@ deploy-test:
extends
:
.deploy-base
environment
:
name
:
test
script
:
echo $CI_COMMIT_BRANCH
tags
:
-
livljobs
#rules:
...
...
@@ -135,6 +137,8 @@ deploy-release:
extends
:
.deploy-base
environment
:
name
:
production
script
:
echo $CI_COMMIT_BRANCH
tags
:
-
livljobs
#rules:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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