From 2de16b206afe1c6e96e79e29159ebe22224e9a5c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20Borbo=C3=ABn?= <ponsfrilus@gmail.com>
Date: Fri, 30 Aug 2019 18:32:39 +0200
Subject: [PATCH] What does the Perl do

---
 deploy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy.sh b/deploy.sh
index 47fae30..18b1067 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="perl -pe 'STDERR->print(\$_)'"
+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