Skip to content

Commit ad897d2

Browse files
author
Nicholas St. Germain
committed
fix version tagging
1 parent e609381 commit ad897d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ stages:
2424
- mkdir $HOME/.docker
2525
- echo '{"experimental":"enabled"}' > $HOME/.docker/config.json
2626
- if [[ $CI_COMMIT_REF_NAME == "master" ]]; then
27-
export TAG=$(grep -i version varken/__init__.py | cut -d \ -f3 | tr -d \");
27+
export TAG=$(grep -i version pyouroboros/__init__.py | cut -d \ -f3 | tr -d \");
2828
else
2929
export TAG="develop";
3030
fi

0 commit comments

Comments
 (0)