diff options
author | Micah Anderson <micah@riseup.net> | 2017-10-19 12:28:05 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2017-10-19 12:28:05 -0400 |
commit | 93a181d44e2d8163ae44945aac1b6477e268170d (patch) | |
tree | 31c15978d42c6959f4271c7bf9bc6ce146f6d6fd /.gitignore | |
parent | 1f51d0c8d1836e58f0ac3e30a8d735e60aef019a (diff) |
CI: add public keys for upgrade tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -18,9 +18,15 @@ /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/users/gitlab-runner-platform +tests/platform-ci/provider/users/gitlab-runner-platform/* +!tests/platform-ci/provider/users/gitlab-runner-platform/gitlab-runner-platform_ssh.pub /tests/platform-ci/provider/test /builds |