mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
13 lines
430 B
YAML
13 lines
430 B
YAML
# Push a nightly tag if the pipeline succeeded.
|
|
deploy:tag:
|
|
stage: deploy
|
|
script:
|
|
- git tag nightly master
|
|
- git push https://sillyprof:$EIGEN_CI_ACCESS_TOKEN@gitlab.com/libeigen/eigen.git master tag nightly
|
|
tags:
|
|
- linux
|
|
- eigen-runner
|
|
rules:
|
|
- if: $CI_PIPELINE_SOURCE == "schedule" && $CI_PROJECT_NAMESPACE == "libeigen"
|
|
- if: $CI_PIPELINE_SOURCE == "web" && $CI_PROJECT_NAMESPACE == "libeigen"
|