mirror of
https://gitgud.io/AsmodeusRex/rjw-race-support.git
synced 2024-08-15 00:03:24 +00:00
Revert changes to CI
This commit is contained in:
parent
8cbc499365
commit
e6dd981321
1 changed files with 1 additions and 5 deletions
|
@ -20,7 +20,6 @@ build:
|
|||
artifacts:
|
||||
paths:
|
||||
- build.zip
|
||||
- LATEST_CHANGELOG
|
||||
|
||||
upload:
|
||||
stage: upload
|
||||
|
@ -30,9 +29,6 @@ upload:
|
|||
script:
|
||||
- |
|
||||
curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file build.zip "${PACKAGE_REGISTRY_URL}/rjw-race-support.zip"
|
||||
artifacts:
|
||||
paths:
|
||||
- LATEST_CHANGELOG
|
||||
|
||||
release:
|
||||
stage: release
|
||||
|
@ -43,4 +39,4 @@ release:
|
|||
- |
|
||||
release-cli create --name "Release $CI_COMMIT_TAG" --tag-name $CI_COMMIT_TAG \
|
||||
--assets-link "{\"name\":\"Download Build\",\"url\":\"${PACKAGE_REGISTRY_URL}/rjw-race-support.zip\",\"filepath\":\"/rjw-race-support.zip\"}" \
|
||||
--description $(head -n 1 LATEST_CHANGELOG)
|
||||
--description "Changelog goes here"
|
Loading…
Reference in a new issue