mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-02 18:20:38 +08:00
Remove branch name from nightly tag job.
This commit is contained in:
parent
7f23778593
commit
00776d1ba4
@ -1,5 +1,5 @@
|
|||||||
# Push a nightly tag if the pipeline succeeded.
|
# Push a nightly tag if the pipeline succeeded.
|
||||||
deploy:tag:
|
deploy:tag:nightly:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
before_script:
|
before_script:
|
||||||
@ -8,7 +8,7 @@ deploy:tag:
|
|||||||
- apt-get install -y --no-install-recommends git
|
- apt-get install -y --no-install-recommends git
|
||||||
script:
|
script:
|
||||||
- git tag -f nightly $CI_COMMIT_SHORT_SHA
|
- git tag -f nightly $CI_COMMIT_SHORT_SHA
|
||||||
- git push $EIGEN_CI_GIT_PUSH_URL $CI_COMMIT_BRANCH tag nightly
|
- git push $EIGEN_CI_GIT_PUSH_URL tag nightly
|
||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
- eigen-runner
|
- eigen-runner
|
||||||
|
Loading…
x
Reference in New Issue
Block a user