diff options
author | makefu <github@syntax-fehler.de> | 2016-01-22 11:35:00 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-01-22 11:35:00 +0100 |
commit | b0f7eb47dc44f657e0b18f0fe3d91408505a2e4a (patch) | |
tree | 2bc7e1332b588d877be21e1c7bc8f8195794a051 /shared | |
parent | b31d847a7858f143d1f783efa9230c9aac60c501 (diff) | |
parent | ed4e0241d5aba830f31a7271435c93c7299b884b (diff) |
Merge branch 'master' of gum:stockholm into fix-cert
Diffstat (limited to 'shared')
-rw-r--r-- | shared/2configs/buildbot-standalone.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/2configs/buildbot-standalone.nix b/shared/2configs/buildbot-standalone.nix index 2ea19e8aa..c614bd3c1 100644 --- a/shared/2configs/buildbot-standalone.nix +++ b/shared/2configs/buildbot-standalone.nix @@ -84,6 +84,7 @@ nix-instantiate --eval -A \ users.shared.test-all-krebs-modules.system \ -I stockholm=. \ + --show-trace \ -I secrets=. '<stockholm>' \ --argstr current-date lol \ --argstr current-user-name shared \ @@ -96,6 +97,7 @@ users.shared.test-minimal-deploy.system \ -I stockholm=. \ -I secrets=. '<stockholm>' \ + --show-trace \ --argstr current-date lol \ --argstr current-user-name shared \ --argstr current-host-name lol \ |