Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DSJC Course
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
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
RC Data Science
Communications
DSJC Course
Commits
a2e296ea
Commit
a2e296ea
authored
1 year ago
by
William E Warriner
Browse files
Options
Downloads
Patches
Plain Diff
added runner tag
parent
a60f8eda
No related branches found
Branches containing commit
No related tags found
1 merge request
!6
added runner tag
Pipeline
#8154
passed with stages
in 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-0
8 additions, 0 deletions
.gitlab-ci.yml
with
8 additions
and
0 deletions
.gitlab-ci.yml
+
8
−
0
View file @
a2e296ea
build-job
:
stage
:
build
tags
:
-
rcds
script
:
-
echo "Hello, $GITLAB_USER_LOGIN"
test-job1
:
stage
:
test
tags
:
-
rcds
script
:
-
echo "This job tests something"
test-job2
:
stage
:
test
tags
:
-
rcds
script
:
-
echo "This job tests something, but takes more time than test-job1"
-
echo "Sleeps for 20 seconds"
...
...
@@ -17,6 +23,8 @@ test-job2:
deploy-prod
:
stage
:
deploy
tags
:
-
rcds
script
:
-
echo "This job deploys something from $CI_COMMIT_BRANCH branch."
environment
:
production
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