Force tag to update to latest head.

This commit is contained in:
Antonio Sánchez 2024-12-08 04:48:21 +00:00
parent a26ba67349
commit c30b35a310

View File

@ -2,13 +2,16 @@
deploy:tag:
stage: deploy
image: ubuntu:latest
variables:
GIT_STRATEGY: "clone"
before_script:
- export DEBIAN_FRONTEND=noninteractive
- apt-get update -y
- apt-get install -y --no-install-recommends git
script:
- git tag nightly master
- git push $EIGEN_CI_GIT_PUSH_URL master tag nightly
- git status
- git tag -f nightly $CI_COMMIT_BRANCH
- git push $EIGEN_CI_GIT_PUSH_URL $CI_COMMIT_BRANCH tag nightly
tags:
- linux
- eigen-runner