From f1d45af28ac4913f8f0e21ecd99d4ce99aa8b66a Mon Sep 17 00:00:00 2001
From: rschoene <rene.schoene@tu-dresden.de>
Date: Tue, 30 Nov 2021 14:33:12 +0100
Subject: [PATCH] fix ci
- supress wget progress, use explicit outfile
---
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b0eb666..24ee724 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@ pages:
stage: publish
script:
- if [ $UPSTREAM_JOB_ID ]; then TARGET=https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/jobs/$UPSTREAM_JOB_ID/artifacts/download; else TARGET=https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/jobs/artifacts/dev/download?job=pages-dev; fi
- - wget $TARGET archive.zip
+ - wget -O archive.zip -q $TARGET
- unzip archive.zip
artifacts:
paths:
--
GitLab