From 10f7b412d51371ee0f10e69c1c42888b989afc32 Mon Sep 17 00:00:00 2001 From: Remy Mudingay <remy.mudingay@esss.se> Date: Sat, 10 Mar 2018 03:23:36 +0100 Subject: [PATCH] Delete .gitlab-ci.yml.1 --- .gitlab-ci.yml.1 | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .gitlab-ci.yml.1 diff --git a/.gitlab-ci.yml.1 b/.gitlab-ci.yml.1 deleted file mode 100644 index 4d9b9ad..0000000 --- a/.gitlab-ci.yml.1 +++ /dev/null @@ -1,21 +0,0 @@ ---- -image: "samdoran/gitlab-ci-test-el6" - -before_script: - - ansible --version - - printf '[defaults]\nroles_path=../' > ansible.cfg - -test: - script: - # Basic role syntax check - - ansible-playbook tests/gitlab-ci-test.yml -i tests/inventory --syntax-check - - # Run the first time - - ansible-playbook tests/gitlab-ci-test.yml -i tests/inventory -c local -b - - # Run again and expect no changes - - > - ansible-playbook tests/gitlab-ci-test.yml -i tests/inventory -c local -b - | grep -q 'changed=0.*failed=0' - && (echo 'Idempotence test: pass' && exit 0) - || (echo 'Idempotence test: fail' && exit 1) -- GitLab