Unverified Commit 5ec1bffb authored by Justin Kromlinger's avatar Justin Kromlinger
Browse files

CI: Fix ansible key permissions

parent 2cc4470c
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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