refactor(ci/scripts): disable debugging

This commit is contained in:
parent 7cd18c91ab
commit 624e2b060f
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
set -x #set -x
apt-get update && apt-get install --yes --no-install-recommends rsync git openssh-client curl sshpass apt-get update && apt-get install --yes --no-install-recommends rsync git openssh-client curl sshpass
eval $(ssh-agent -s) eval $(ssh-agent -s)
chmod 600 $1 chmod 600 $1