diff options
author | varac <varacanero@zeromail.org> | 2016-10-14 19:41:29 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-10-18 21:17:13 +0200 |
commit | 1438c4d5ed1c4fb63c8003f8bd3cbca78ce0252c (patch) | |
tree | e85437e2319a60475fe58fb55197a731137403c6 /.gitignore | |
parent | a0416d6da152831c92898effa0cb4268180e21c8 (diff) |
Add public sshkey of gitlab-runner for platform builds
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,6 @@ /tests/platform-ci/provider/facts.json /tests/platform-ci/provider/hiera /tests/platform-ci/provider/secrets.json -/tests/platform-ci/provider/users /tests/platform-ci/provider/files/ssh/authorized_keys /tests/platform-ci/provider/files/ssh/known_hosts /tests/platform-ci/provider/files/nodes/ @@ -20,7 +19,8 @@ !/tests/platform-ci/provider/tags/catalogtest.json /tests/platform-ci/provider/users/* !/tests/platform-ci/provider/users/gitlab-runner -!/tests/platform-ci/provider/users/gitlab-runner/* +/tests/platform-ci/provider/users/gitlab-runner/* +!/tests/platform-ci/provider/users/gitlab-runner/gitlab-runner_ssh.pub /tests/platform-ci/provider/test /builds |