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 | 868fe6a43ba99dbb8578d99149b14a1d63f322f4 (patch) | |
| tree | a354ed88d033eae8c04c7f18f049a44364a36875 /shared | |
| parent | 0e5cc0bf34c3959a5a3e87a71ea26ddf6055a5ed (diff) | |
| parent | 631c8b6fdeed5c4a45015cdeec6347aeb5a7ad42 (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 2ea19e8..c614bd3 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 \ | 
