Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fantastic-docker
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Show more breadcrumbs
Manja Musterfrau
fantastic-docker
Commits
a9a32a51
Commit
a9a32a51
authored
5 years ago
by
Manja Musterfrau
Browse files
Options
Downloads
Patches
Plain Diff
First
parent
b8d601b3
No related branches found
No related tags found
No related merge requests found
Pipeline
#210
passed
5 years ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+57
-0
57 additions, 0 deletions
.gitlab-ci.yml
with
57 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
57
−
0
View file @
a9a32a51
before_script
:
-
echo "Before script section"
-
echo "For example you might run an update here or install a build dependency"
-
echo "Or perhaps you might print out some debugging details"
after_script
:
-
echo "After script section"
-
echo "For example you might do some cleanup here"
build1
:
stage
:
build
only
:
-
master
tags
:
-
cpp
script
:
-
echo "Do your build here"
test1
:
stage
:
test
only
:
-
master
script
:
-
echo "For test1 example run a test suite"
test2
:
stage
:
test
tags
:
-
perl
script
:
-
echo "Do test2 another parallel test here"
-
echo "For test2 example run a lint test"
test3
:
stage
:
test
only
:
-
master
script
:
-
echo "Do test3 another parallel test here"
-
echo "For test3 example run a lint test"
test4
:
stage
:
test
only
:
-
master
tags
:
-
ruby
script
:
-
echo "Do test4 another parallel test here"
-
echo "For test4 example run a lint test"
deploy1
:
stage
:
deploy
only
:
-
master
script
:
-
echo "Do your deploy here"
\ No newline at end of file
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