deployerbot: skip unnecessary checks

24.05
Motiejus Jakštys 2024-02-25 23:53:58 +02:00
parent 7df06680e6
commit b8ccb2216d
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
--ssh-opts="-i ''${CREDENTIALS_DIRECTORY}/ssh-key" \
--ssh-user=deployerbot-follower \
--confirm-timeout 60 \
--skip-checks \
--targets ${derivationTarget} -- \
--accept-flake-config || EXITCODE=1
fi
@ -91,6 +92,7 @@ in {
--ssh-opts="-i ''${CREDENTIALS_DIRECTORY}/ssh-key" \
--ssh-user=deployerbot-follower \
--confirm-timeout 60 \
--skip-checks \
--targets ${deployDerivationsStr} -- \
--accept-flake-config