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
a58aab8f
Commit
a58aab8f
authored
Dec 01, 2020
by
Philippe Charrière
Browse files
Update .gitlab-ci.yml
parent
dcd3c926
Pipeline
#7684
failed with stage
in 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a58aab8f
...
@@ -77,7 +77,7 @@ hello_python:
...
@@ -77,7 +77,7 @@ hello_python:
variables
:
variables
:
MESSAGE
:
"
Hello
from
Python"
MESSAGE
:
"
Hello
from
Python"
script
:
|
script
:
|
MESSAGE=$MESSAGE python -c '
export
MESSAGE=$MESSAGE
;
python -c '
import os
import os
print(os.environ.get('MESSAGE'))
print(os.environ.get('MESSAGE'))
print("Hello, World! with Python")
print("Hello, World! with Python")
...
...
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