Skip to content

Commit

Permalink
Add tag 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
john19968010 committed Aug 2, 2022
1 parent 8ef7034 commit 55106d6
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 @@ -8,7 +8,7 @@ COPY iiidevops/id_rsa iiidevops/id_rsa.pub ./
WORKDIR /usr/src/app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
RUN echo "1.19.0" > git_tag
RUN echo "1.19.1" > git_tag
COPY . .
#RUN LOCAL_BRANCH=`git rev-parse --abbrev-ref HEAD | grep master`
#RUN if [ -z "$LOCAL_BRANCH" ] ; then git remote add origin https://github.com/iii-org/devops-system.git; fi
Expand Down

0 comments on commit 55106d6

Please sign in to comment.