Merge branch 'read-repo-from-ci' into 'master'
fix: Make semantic release get repo info from CI See merge request mythic-insight/legendary!32
This commit is contained in:
commit
50e59a3743
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ deploy_to_tags:
|
||||||
- master
|
- master
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
- npx semantic-release
|
- npx semantic-release --repository-url=$CI_REPOSITORY_URL
|
||||||
- script/generate-build-version
|
- script/generate-build-version
|
||||||
artifacts:
|
artifacts:
|
||||||
reports:
|
reports:
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
"publish": [
|
"publish": [
|
||||||
{
|
{
|
||||||
"path": "semantic-release-docker",
|
"path": "semantic-release-docker",
|
||||||
"name": "registry.gitlab.com/mythic-insight/legendary"
|
"name": "${$CI_REGISTRY_IMAGE:-registry.gitlab.com/mythic-insight/legendary}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue