Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Hello-World.gitlab-ci.yml « templates « ci « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 908120839173e54dffac3e23230169d28041e501 (plain)
1
2
3
4
5
6
7
8
9
# 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"