From f47e71d70a44476e968ed82c8d49c9b13bebf835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Borbo=C3=ABn?= <ponsfrilus@gmail.com> Date: Fri, 30 Aug 2019 18:39:57 +0200 Subject: [PATCH] Bye strace --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index e9953fb..3ebfd1f 100755 --- a/deploy.sh +++ b/deploy.sh @@ -37,7 +37,7 @@ git remote set-url origin "git@gitlab.epfl.ch:idevelop/howtogitlabrunner.git" git push -f --tags echo "END OF PUSH" -tee_stderr="strace -o /tmp/strace perl -pe STDERR->print(\$_);warn(\$!)" +tee_stderr="perl -pe STDERR->print(\$_);warn(\$!)" echo "BEGIN UPLOAD" UPLOADED_FILE_URL="$(curl --request POST --header "Private-Token: ${MY_TOKEN}" --form "file=@README.pdf" "https://gitlab.epfl.ch/api/v4/projects/$PROJECT_ID/uploads" | $tee_stderr | jq -r .url)" -- GitLab