diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3952dd1..33a5412 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,13 +52,6 @@ Test: - if [ "$error" -eq 4 ]; then echo "Some hosts were unreachable; masking error"; unset error; fi - if [ -n "$error" ]; then echo "Return code $error"; false; fi -Play_Against_Pis: - stage: play - retry: 1 - script: - - ansible-playbook -l manufacturers_raspi site.yml --vault-password-file /vaultpw || error="$?" - - if [ "$error" -eq 4 ]; then echo "Some hosts were unreachable; masking error"; unset error; fi - - if [ -n "$error" ]; then echo "Return code $error"; false; fi Play_Against_Desktops: stage: play script: