deployerbot: do not set -x

This commit is contained in:
Motiejus Jakštys 2023-07-30 07:00:10 +03:00
parent a9e8904d28
commit d1b19e6cf6
1 changed files with 0 additions and 1 deletions

View File

@ -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