Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ci-cd-discovery
templates
hello-world-template
Commits
105fa6ba
Commit
105fa6ba
authored
Dec 01, 2020
by
Philippe Charrière
Browse files
Update .gitlab-ci.yml
parent
a528f621
Pipeline
#7677
passed with stages
in 1 minute and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
105fa6ba
...
@@ -67,9 +67,10 @@ ci_variables:
...
@@ -67,9 +67,10 @@ ci_variables:
predefined_variables
:
predefined_variables
:
stage
:
display_variables
stage
:
display_variables
script
:
|
script
:
|
echo "$CI_COMMIT_REF_NAME"
echo "🚀 $CI_COMMIT_REF_NAME"
echo "$CI_COMMIT_TITLE"
echo "📝 $CI_COMMIT_TITLE"
echo "$CI_MERGE_REQUEST_IID"
echo "🤖 $CI_MERGE_REQUEST_IID"
echo "🎃 $CI_MERGE_REQUEST_ID"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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