From ab2300130e17f68b28bd55cf6a16d8ffe8603fbd Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Fri, 25 Feb 2022 21:03:17 -0800 Subject: [PATCH] Remove all explicit specifications of when --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15c815b..dc222a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,12 +15,10 @@ before_script: docker-compose-test: image: debian:bullseye stage: test - when: always rules: - changes: - docker-compose.yml - server/config/minecraft/ - #when: manual script: - find ~+ -type f -name docker-compose.yml > composes.txt - find ~+/server/config/minecraft/ -type f -name *.yml >> composes.txt @@ -31,32 +29,26 @@ docker-compose-test: server-deploy: image: debian:bullseye stage: deploy - when: always rules: - changes: - server/ - #when: manual script: - ssh joey@joey-server "cd /home/joey/homelab && git pull" seedbox-deploy: image: debian:bullseye stage: deploy - when: always rules: - changes: - seedbox/ - #when: manual script: - ssh joey@joey-seedbox "cd /home/joey/homelab && git pull" jafner-tools-deploy: image: debian:bullseye stage: deploy - when: always rules: - changes: - jafner-tools/ - #when: manual script: - ssh root@jafner.tools "cd /root/homelab && git pull" \ No newline at end of file