You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
436 B
YAML
13 lines
436 B
YAML
# 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"
|
|
tags:
|
|
- dind
|