summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/templates/Hello-World.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/ci/templates/Hello-World.gitlab-ci.yml')
-rw-r--r--lib/gitlab/ci/templates/Hello-World.gitlab-ci.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/gitlab/ci/templates/Hello-World.gitlab-ci.yml b/lib/gitlab/ci/templates/Hello-World.gitlab-ci.yml
deleted file mode 100644
index 90812083917..00000000000
--- a/lib/gitlab/ci/templates/Hello-World.gitlab-ci.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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"