Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ buildAndTest: ANSIBLE_HOST_KEY_CHECKING: 'false' before_script: - echo "${ANSIBLE_SSH_KEY}" | base64 -d > ansible.key - chmod 0600 ansible.key only: - master - tags Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ buildAndTest: ANSIBLE_HOST_KEY_CHECKING: 'false' before_script: - echo "${ANSIBLE_SSH_KEY}" | base64 -d > ansible.key - chmod 0600 ansible.key only: - master - tags Loading