Skip to content

Commit

Permalink
Merge pull request #356 from pyouroboros/develop
Browse files Browse the repository at this point in the history
v1.4.3 x3
  • Loading branch information
dirtycajunrice committed Dec 11, 2019
2 parents ade4242 + ad897d2 commit f6597cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ stages:
- mkdir $HOME/.docker
- echo '{"experimental":"enabled"}' > $HOME/.docker/config.json
- if [[ $CI_COMMIT_REF_NAME == "master" ]]; then
export TAG=$(grep -i version varken/__init__.py | cut -d \ -f3 | tr -d \");
export TAG=$(grep -i version pyouroboros/__init__.py | cut -d \ -f3 | tr -d \");
else
export TAG="develop";
fi
Expand Down Expand Up @@ -129,6 +129,7 @@ github:
- git push --tags

pypi:
<<: *common_release
image: python:3.7.3-alpine
stage: release
cache:
Expand Down

0 comments on commit f6597cf

Please sign in to comment.