From 727d4fbf6b114bd8c0dd99bdf71d4eff5001d758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6rz=2C=20Friedrich?= Date: Tue, 7 Dec 2021 14:02:22 +0000 Subject: [PATCH] Add new file --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..a2ee4ab --- /dev/null +++ b/.gitlab-ci.yml @@ -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"