Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pdso
golang
Commits
77ab86d8
Commit
77ab86d8
authored
4 years ago
by
yuga
Browse files
Options
Download
Email Patches
Plain Diff
Add new file
parent
457b09a7
main
No related merge requests found
Pipeline
#4
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+34
-0
.gitlab-ci.yml
with
34 additions
and
0 deletions
+34
-0
.gitlab-ci.yml
0 → 100644
+
34
-
0
View file @
77ab86d8
image
:
docker:latest
services
:
-
docker:dind
stages
:
-
build
-
test
-
release
-
preprod
-
integration
-
prod
build
:
stage
:
build
script
:
-
echo "This is a build step"
test
:
stage
:
test
script
:
-
echo "This is a test step"
integration
:
stage
:
integration
script
:
-
echo "This is an integration step"
-
exit
1
allow_failure
:
true
# Even if the job fails, continue to the next stages
prod
:
stage
:
prod
script
:
-
echo "This is a deploy step"
when
:
manual
# Continuous Delivery
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets