Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ build_package: tags: - docker-executor script: - python setup.py egg_info -b.$CI_COMMIT_SHORT_SHA sdist bdist_wheel - python3 setup.py egg_info -b.$CI_COMMIT_SHORT_SHA sdist bdist_wheel only: [master] artifacts: paths: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -85,7 +85,7 @@ build_package: tags: - docker-executor script: - python setup.py egg_info -b.$CI_COMMIT_SHORT_SHA sdist bdist_wheel - python3 setup.py egg_info -b.$CI_COMMIT_SHORT_SHA sdist bdist_wheel only: [master] artifacts: paths: Loading