new uploader release

This commit is contained in:
2020-02-29 23:42:01 +01:00
parent 69776edd3c
commit 21e4bbf905
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ RUN \
apt-get install -y zip && \
rm -rf /var/lib/apt/lists/* && \
cd /tmp && \
wget https://gitlab.com/wolutator/gitlabreleaseuploader/uploads/0308d80f2f457da3be2778b864478b0f/GitlabReleaseTool.zip && \
wget https://gitlab.com/wolutator/gitlabreleaseuploader/uploads/cd3041b022eb0be3c22c2f82a78830e1/GitlabReleaseTool.zip && \
unzip GitlabReleaseTool.zip && \
chmod 755 gitlabreleaseuploader.py && \
chmod 755 deleterelease.py && \