From 8186c63ee73d5afc3e71a181a5e27e12acb8e51d Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Fri, 30 Aug 2019 16:21:26 +0200 Subject: [PATCH] remove --no-host-key-checking argument from gitlabci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 438038db3..a7292cb58 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,7 +63,7 @@ install: - eval $(ssh-agent -s) - echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null - export ANSIBLE_HOST_KEY_CHECKING=False - - python3 -m openappstack ci-$CI_PIPELINE_ID install --ansible-param='--tags=helmfile' --no-host-key-checking + - python3 -m openappstack ci-$CI_PIPELINE_ID install --ansible-param='--tags=helmfile' # Show versions of installed apps/binaries - ansible master -m shell -a 'oas-version-info.sh 2>&1' artifacts: -- GitLab