From: Jean THOMAS Date: Mon, 20 Jul 2020 13:58:07 +0000 (+0200) Subject: Disable SSH access for successful builds X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9910d65c3b783ee58c4f2154623d1cde6f0dd645;p=gram.git Disable SSH access for successful builds --- diff --git a/.build.yml b/.build.yml index 3c88c34..6bc7533 100644 --- a/.build.yml +++ b/.build.yml @@ -81,3 +81,4 @@ tasks: - run-tests: | cd ~/gram contrib/test +shell: false