From 642e02dcbf4b30fa45f22ac9022eca7df5a4ebb5 Mon Sep 17 00:00:00 2001 From: s0dy Date: Sun, 18 Nov 2018 00:56:24 +0100 Subject: [PATCH] gitlab-cy.yml --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ecc2a68..89ffa98 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,6 @@ before_script: - mkdir -p ~/.ssh - chmod 700 ~/.ssh - #Verifying the SSH host keys #Verifying the SSH host keys - echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts - chmod 644 ~/.ssh/known_hosts @@ -30,4 +29,3 @@ deploy_to_webserver: - ansible-playbook ops/ansible/httpd-centos.yml when: manual -