diff options
author | Micah Anderson <micah@riseup.net> | 2017-10-17 16:28:17 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2017-10-17 16:28:17 -0400 |
commit | 6998301b6fa9485b940e23a9c753d32a76a98fc5 (patch) | |
tree | def94d2e934dbfab055d1b638ecc12a74e78409d /.gitignore | |
parent | ccfe0c38e532cf68d5485a6e4656b80100f1c1b9 (diff) |
Bug: replace single provider key with an unique one
For the CI, we were using the gitlab-runner ssh key for all provider builds,
this replaces it with an unique one for each provider.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -18,9 +18,12 @@ /tests/platform-ci/provider/tags/* !/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/gitlab-runner_ssh.pub +!tests/platform-ci/provider/users/gitlab-runner-bitmask +tests/platform-ci/provider/users/gitlab-runner-bitmask/* +!tests/platform-ci/provider/users/gitlab-runner-bitmask/gitlab-runner-bitmask_ssh.pub +!tests/platform-ci/provider/users/gitlab-runner-ibex +tests/platform-ci/provider/users/gitlab-runner-ibex/* +!tests/platform-ci/provider/users/gitlab-runner-ibex/gitlab-runner-ibex_ssh.pub /tests/platform-ci/provider/test /builds |