fix incomplete download link for uploader tool
This commit is contained in:
@ -17,7 +17,7 @@ RUN \
|
||||
apt-get install -y curl && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
cd /tmp && \
|
||||
wget ://gitlab.com/wolutator/gitlabreleaseuploader/uploads/f1bb490cc527d1a16bedb5f695db7285/gitlabreleaseuploader.py && \
|
||||
wget https://gitlab.com/wolutator/gitlabreleaseuploader/uploads/f1bb490cc527d1a16bedb5f695db7285/gitlabreleaseuploader.py && \
|
||||
chmod 755 gitlabreleaseuploader.py && \
|
||||
mv gitlabreleaseuploader.py /usr/bin
|
||||
|
||||
|
Reference in New Issue
Block a user