Skip to content

Commit

Permalink
Add tag 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
demoyuw committed Oct 5, 2021
1 parent 7dd0a5f commit 581eeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN git rev-parse HEAD > git_commit
#RUN if [ -z "$LOCAL_BRANCH" ] ; then git remote add origin https://github.com/iii-org/devops-system.git; fi
#RUN if [ -z "$LOCAL_BRANCH" ] ; then git fetch origin master:master ; fi
#RUN git describe --tags `git rev-list --tags --max-count=1` > git_tag
RUN echo "V1.9.1" > git_tag
RUN echo "V1.9.2" > git_tag
RUN git log -1 --date=iso8601 --format="%ad" > git_date
RUN pip install --no-cache-dir -r requirements.txt
#CMD [ "python", "apis/api.py"]
Expand Down

0 comments on commit 581eeae

Please sign in to comment.