From ff5c73b343f578bce04002d2a6216cc8354a2121 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 7 Nov 2019 14:26:29 -0500 Subject: [PATCH] 0.1.10-DEV-20191107-142539 -------------------------- * CI: - verify_deployment stage has been merged with test_deploy stage; we must not forget that docker runs are *clean* :) --- .gitlab-ci.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe39519..5e1e636 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,6 @@ stages: - check_versions - lint_playbook - test_deploy - - verify_deployment ### BEGIN TEMPLATES ### @@ -66,14 +65,6 @@ stages: script: - cp -av ${ANSIBLE_ROLE_PATH} /etc/ansible/roles/${ANSIBLE_ROLE} - ansible-playbook -v --connection=local ${ANSIBLE_EXTRA_VARS} tests/test.yml - - -.verify_nginx_deployment: &verify_nginx_deployment - <<: *tags_template - stage: verify_deployment - only: - - development - script: - /usr/bin/find /etc/nginx/conf.d - /usr/bin/find /etc/nginx/ssl | /bin/grep -vi git - /usr/sbin/nginx -c /etc/nginx/nginx.conf -t @@ -94,9 +85,4 @@ Lint Playbook: Test Deploy: <<: *zen_ci_deb_template <<: *test_deploy_template - - -Verify Deployment: - <<: *zen_ci_deb_template - <<: *verify_nginx_deployment ### END JOBS ###