Add stub job

This commit is contained in:
Joey Hafner 2022-02-25 18:27:03 +00:00
parent c96628f0d1
commit 54b86cf963

View File

@ -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