fix: Remove debug logging from deploy_tags step

This commit is contained in:
Robert Prehn 2021-06-18 22:11:27 -05:00
parent 4251e456a1
commit bad960bd63

View file

@ -74,8 +74,6 @@ deploy_to_tags:
- git config user.email $GITLAB_USER_EMAIL
- git config user.name $GITLAB_USER_NAME
- npm install --no-save
- git status
- script/env-ci
- npx semantic-release --repository-url=$CI_REPOSITORY_URL
- script/generate-build-version
artifacts: