new checksemver script added

This commit is contained in:
2020-08-26 19:00:22 +02:00
parent 24f982ac16
commit d33499927b
3 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@ LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
LABEL ImageName="registry.hottis.de/dockerized/base-build-env"
LABEL AlternativeImageName="wollud1969/base-build-env"
ARG RELEASETOOL_URL="https://home.hottis.de/gitlab/wolutator/gitlabreleaseuploader/uploads/25ef4a3247a99a0dbaf6507dd9cba36e/GitlabReleaseTool.zip"
ARG RELEASETOOL_URL="https://home.hottis.de/gitlab/wolutator/gitlabreleaseuploader/uploads/f840b97a0eb64d1de2a6d6d1d4d1529e/GitlabReleaseTool.zip"
RUN \
apt-get update && \
@ -28,6 +28,7 @@ RUN \
unzip GitlabReleaseTool.zip && \
chmod 755 gitlabreleaseuploader.py && \
chmod 755 deleterelease.py && \
chmod 755 checksemver.py && \
mv gitlabreleaseuploader.py /usr/bin && \
mv deleterelease.py /usr/bin

View File

@ -1 +1 @@
0.1.3c
0.1.4

View File

@ -1 +1 @@
0.0.3
0.1.3c