mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'xMAC94x/tag-nightly' into 'master'
veloren nightly tag See merge request veloren/veloren!2656
This commit is contained in:
commit
2fa05460ef
@ -46,6 +46,19 @@ docker-nightly:
|
||||
- echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
|
||||
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/server-cli/Dockerfile --destination "${CI_REGISTRY_IMAGE}/server-cli:nightly"
|
||||
|
||||
tag-nightly:
|
||||
extends: .publish-nightly
|
||||
image: registry.gitlab.com/veloren/veloren-docker-ci/cache/quality:${CACHE_IMAGE_TAG}
|
||||
tags:
|
||||
- veloren-benchmark
|
||||
script:
|
||||
- git config --global user.email "gitlab-veloren-bot@veloren.net"
|
||||
- git config --global user.name "veloren-bot"
|
||||
- git config --global http.postBuffer 52428800
|
||||
- git remote set-url origin https://veloren-bot:${GITLAB_TOKEN_WRITE}@${CI_PROJECT_URL:8}
|
||||
- git tag -a "nightly" -m '' -f
|
||||
- git push origin nightly -f
|
||||
|
||||
pages:
|
||||
extends: .publish
|
||||
image: registry.gitlab.com/veloren/veloren-docker-ci/cache/quality:${CACHE_IMAGE_TAG}
|
||||
@ -56,4 +69,4 @@ pages:
|
||||
- rm -rf public
|
||||
- mkdir -p public
|
||||
- cargo doc --no-deps --document-private-items
|
||||
- mv target/doc/* public
|
||||
- mv target/doc/* public
|
Loading…
Reference in New Issue
Block a user