Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Naundorf
HPC_Vehicle_Classification
Commits
c3055712
Commit
c3055712
authored
May 01, 2021
by
Sintal
Browse files
Update .gitlab-ci.yml
parent
6c4a93b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
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
"
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