Skip to content

Commit f6597cf

Browse files
Merge pull request #356 from pyouroboros/develop
v1.4.3 x3
2 parents ade4242 + ad897d2 commit f6597cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

+2-1
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
@@ -129,6 +129,7 @@ github:
129129
- git push --tags
130130

131131
pypi:
132+
<<: *common_release
132133
image: python:3.7.3-alpine
133134
stage: release
134135
cache:

0 commit comments

Comments
 (0)