From 54b86cf963a1af5234779ee5ca1a109dee3cf2fe Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Fri, 25 Feb 2022 18:27:03 +0000 Subject: [PATCH] Add stub job --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e765ffd..441c524 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,11 @@ before_script: - mkdir -p ~/.ssh - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' +do-nothing: + stage: deploy + when: always + script: + - echo "Nothing'd successfully! #server-deploy: # stage: deploy