mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-31 17:22:07 +08:00
Force tag to update to latest head.
This commit is contained in:
parent
a26ba67349
commit
c30b35a310
@ -2,13 +2,16 @@
|
|||||||
deploy:tag:
|
deploy:tag:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
|
variables:
|
||||||
|
GIT_STRATEGY: "clone"
|
||||||
before_script:
|
before_script:
|
||||||
- export DEBIAN_FRONTEND=noninteractive
|
- export DEBIAN_FRONTEND=noninteractive
|
||||||
- apt-get update -y
|
- apt-get update -y
|
||||||
- apt-get install -y --no-install-recommends git
|
- apt-get install -y --no-install-recommends git
|
||||||
script:
|
script:
|
||||||
- git tag nightly master
|
- git status
|
||||||
- git push $EIGEN_CI_GIT_PUSH_URL master tag nightly
|
- git tag -f nightly $CI_COMMIT_BRANCH
|
||||||
|
- git push $EIGEN_CI_GIT_PUSH_URL $CI_COMMIT_BRANCH tag nightly
|
||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
- eigen-runner
|
- eigen-runner
|
||||||
|
Loading…
x
Reference in New Issue
Block a user