diff options
author | lassulus <lassulus@lassul.us> | 2017-07-22 14:54:57 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-07-22 14:54:57 +0200 |
commit | 8243e53d893c22e9fd4fc852df30e6f2f3cae032 (patch) | |
tree | 05e61a72c56dfc67ad183ca2ab380e8895145873 /krebs/2configs | |
parent | 248d405f6171e134812a4cbd51b3fa2663e616b0 (diff) |
krebs buildbot: remove deprecated secrets
Diffstat (limited to 'krebs/2configs')
-rw-r--r-- | krebs/2configs/shared-buildbot.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/krebs/2configs/shared-buildbot.nix b/krebs/2configs/shared-buildbot.nix index 135fcd65a..a9e5afc75 100644 --- a/krebs/2configs/shared-buildbot.nix +++ b/krebs/2configs/shared-buildbot.nix @@ -29,7 +29,6 @@ in { krebs.buildbot.master = let stockholm-mirror-url = "http://cgit.${hostname}.r/stockholm" ; in { - secrets = [ "retiolum-ci.rsa_key.priv" "cac.json" ]; workers = { testworker = "krebspass"; }; |