Skip to content

Commit

Permalink
fix version tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas St. Germain committed Dec 11, 2019
1 parent e609381 commit ad897d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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

0 comments on commit ad897d2

Please sign in to comment.