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
623ee1c3
Commit
623ee1c3
authored
3 months ago
by
William E Warriner
Browse files
Options
Downloads
Patches
Plain Diff
Delete .gitlab-ci.yml
parent
b41f9248
No related branches found
Branches containing commit
No related tags found
1 merge request
!19
Delete .gitlab-ci.yml
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-30
0 additions, 30 deletions
.gitlab-ci.yml
with
0 additions
and
30 deletions
.gitlab-ci.yml
deleted
100644 → 0
+
0
−
30
View file @
b41f9248
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"
-
sleep
20
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