From 1438c4d5ed1c4fb63c8003f8bd3cbca78ce0252c Mon Sep 17 00:00:00 2001 From: varac Date: Fri, 14 Oct 2016 19:41:29 +0200 Subject: Add public sshkey of gitlab-runner for platform builds --- .gitignore | 4 ++-- tests/platform-ci/provider/users/gitlab-runner/gitlab-runner_ssh.pub | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 tests/platform-ci/provider/users/gitlab-runner/gitlab-runner_ssh.pub diff --git a/.gitignore b/.gitignore index 62d47d92..d80ef422 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/tests/platform-ci/provider/users/gitlab-runner/gitlab-runner_ssh.pub b/tests/platform-ci/provider/users/gitlab-runner/gitlab-runner_ssh.pub new file mode 100644 index 00000000..3e72b70f --- /dev/null +++ b/tests/platform-ci/provider/users/gitlab-runner/gitlab-runner_ssh.pub @@ -0,0 +1 @@ +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEtniDgIYEm4WtGgiQsZKBpY8x3tbzDBIoMLbZT496juCu4c3f+F5KkMPLmYRPcAupF8tVf+j7Fns7z69PuTjdGfe/cA9CTw/4sNAu3iLpunGR0d2Wtctez5mwz13bKRu9fck3H9p2F9Z47vMKtRTJJ6iIgaUVWU/eFd/MSMJeUVd2ns4Wr7SkHCBB3PV+QL1xl4+AZsUtnGVQ5cE4MZZFia/g6SlrKQYFtLRVIIpDuuaDSvULg1BFMhSCBDNygts8dKTJsCEQYeGVvHZaDwtKTnMqEIwBP4TkIoP+YWnZTPrGywFEJOlZ8b+4HdgdUAFLcFCycWMM9nVcWX7P2lIN gitlab-runner_ssh -- cgit v1.2.3