mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-31 01:03:38 +08:00
Use alpine for deploying nightly tag.
This commit is contained in:
parent
4a9e32ae0b
commit
af59ada0ac
@ -1,14 +1,13 @@
|
|||||||
# Push a nightly tag if the pipeline succeeded.
|
# Push a nightly tag if the pipeline succeeded.
|
||||||
deploy:tag:nightly:
|
deploy:tag:nightly:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: ubuntu:latest
|
image: alpine:edge
|
||||||
|
dependencies: []
|
||||||
before_script:
|
before_script:
|
||||||
- export DEBIAN_FRONTEND=noninteractive
|
- apk add git
|
||||||
- apt-get update -y
|
|
||||||
- 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 tag nightly
|
- git push -f $EIGEN_CI_GIT_PUSH_URL tag nightly
|
||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
- eigen-runner
|
- eigen-runner
|
||||||
|
Loading…
x
Reference in New Issue
Block a user