Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ugur Cayoglu
Public
Commits
8fc48f58
Commit
8fc48f58
authored
Aug 26, 2021
by
Ugur Cayoglu
Browse files
Update .gitlab-ci.yml
parent
c6cebd8b
Pipeline
#790
passed with stages
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8fc48f58
before
-
script
:
before
_
script
:
-
docker info
-
docker-compose -v
build
-
job
:
build
_
job
:
stage
:
build
script
:
-
echo "Hello, $GITLAB_USER_LOGIN!"
test
-
job1
:
test
_
job1
:
stage
:
test
script
:
-
echo "This job tests something"
test
-
job2
:
test
_
job2
:
stage
:
test
script
:
-
echo "This job tests something, but takes more time than test-job1."
...
...
@@ -22,7 +22,7 @@ test-job2:
-
which docker-compose
-
sleep
5
deploy
-
prod
:
deploy
_
prod
:
stage
:
deploy
script
:
-
echo "This job deploys something from the $CI_COMMIT_BRANCH branch."
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