deployerbot: do not set -x
This commit is contained in:
parent
a9e8904d28
commit
d1b19e6cf6
@ -43,7 +43,6 @@
|
|||||||
script = let
|
script = let
|
||||||
deployDerivationsStr = builtins.concatStringsSep " " deployDerivations;
|
deployDerivationsStr = builtins.concatStringsSep " " deployDerivations;
|
||||||
in ''
|
in ''
|
||||||
set -x
|
|
||||||
export GIT_SSH_COMMAND="${pkgs.openssh}/bin/ssh -i ''${CREDENTIALS_DIRECTORY}/ssh-key"
|
export GIT_SSH_COMMAND="${pkgs.openssh}/bin/ssh -i ''${CREDENTIALS_DIRECTORY}/ssh-key"
|
||||||
if [[ ! -d config ]]; then
|
if [[ ! -d config ]]; then
|
||||||
${pkgs.git}/bin/git clone ${repo} config
|
${pkgs.git}/bin/git clone ${repo} config
|
||||||
|
Loading…
Reference in New Issue
Block a user