Add new file
parent
eb08be1702
commit
727d4fbf6b
@ -0,0 +1,10 @@
|
|||||||
|
# This file is a template, and might need editing before it works on your project.
|
||||||
|
# This file is a template demonstrating the `script` keyword.
|
||||||
|
# Learn more about this keyword here: https://docs.gitlab.com/ee/ci/yaml/README.html#script
|
||||||
|
|
||||||
|
# After committing this template, visit CI/CD > Jobs to see the script output.
|
||||||
|
|
||||||
|
job:
|
||||||
|
script:
|
||||||
|
# provide a shell script as argument for this keyword.
|
||||||
|
- echo "Hello World"
|
||||||
Loading…
Reference in New Issue