mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-06 19:10:36 +08:00
Update deploy job
This commit is contained in:
parent
7b6623af30
commit
1ac1af62ef
@ -1,9 +1,14 @@
|
||||
# Push a nightly tag if the pipeline succeeded.
|
||||
deploy:tag:
|
||||
stage: deploy
|
||||
image: ubuntu:latest
|
||||
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 https://sillyprof:$EIGEN_CI_ACCESS_TOKEN@gitlab.com/libeigen/eigen.git master tag nightly
|
||||
- git push $EIGEN_CI_GIT_PUSH_URL master tag nightly
|
||||
tags:
|
||||
- linux
|
||||
- eigen-runner
|
||||
|
Loading…
x
Reference in New Issue
Block a user