Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
HPC_Vehicle_Classification
Commits
c3055712
Commit
c3055712
authored
3 years ago
by
Sintal
Browse files
Options
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
6c4a93b8
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-6
.gitlab-ci.yml
with
3 additions
and
6 deletions
+3
-6
.gitlab-ci.yml
+
3
-
6
View file @
c3055712
...
...
@@ -6,17 +6,14 @@ build-job:
test-job1
:
stage
:
test
script
:
-
echo "
T
his job tests
something
"
-
echo "
t
his job tests
fork
"
test-job2
:
stage
:
test
script
:
-
echo "This job tests something, but takes more time than test-job1."
-
echo "After the echo commands complete, it runs the sleep command for 20 seconds"
-
echo "which simulates a test that runs 20 seconds longer than test-job1"
-
sleep
20
-
echo "this job tests fork"
deploy-prod
:
stage
:
deploy
script
:
-
echo "
T
his job
deploys something from the $CI_COMMIT_BRANCH branch.
"
-
echo "
t
his job
tests fork
"
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