summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-10-17 16:28:17 -0400
committerMicah Anderson <micah@riseup.net>2017-10-17 16:28:17 -0400
commit6998301b6fa9485b940e23a9c753d32a76a98fc5 (patch)
treedef94d2e934dbfab055d1b638ecc12a74e78409d /.gitignore
parentccfe0c38e532cf68d5485a6e4656b80100f1c1b9 (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--.gitignore9
1 files changed, 6 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 5c9d135a..47c6a61a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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