From cc22f88b604e495d8fc709e6c5d30b2c68666ef2 Mon Sep 17 00:00:00 2001 From: Daniel Kirschten Date: Tue, 6 Oct 2020 17:57:57 +0200 Subject: [PATCH] Fixed the linebreak --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d5c1ee30..d8208abf 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -40,6 +40,6 @@ jobs: printenv DEPLOY_KEY > ~/.ssh/id_rsa_deploy printenv MOGRASIM_NET_HOST_PUBKEY >> ~/.ssh/known_hosts date=$(date +%Y%m%d_%H%M%S) - scp -i ~/.ssh/id_rsa_deploy -r releng/net.mograsim.plugin.updatesite/target/repository mgsdeploy@mograsim.net:/mograsim/upload_tmp/$date - || { echo Uploading files failed, aborting; exit 1; } + scp -i ~/.ssh/id_rsa_deploy -r releng/net.mograsim.plugin.updatesite/target/repository mgsdeploy@mograsim.net:/mograsim/upload_tmp/$date || + { echo Uploading files failed, aborting; exit 1; } exec ssh -i ~/.ssh/id_rsa_deploy mgsdeploy@mograsim.net /mograsim/upload_updatesite_finished.sh $date $REF -- 2.17.1