mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
gitlab-ci fix tags
This commit is contained in:
parent
f38d258d15
commit
6e259868e3
@ -9,6 +9,7 @@ push_github_sourceforge:
|
|||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
- docker
|
- docker
|
||||||
|
- bash
|
||||||
script:
|
script:
|
||||||
- git remote add sourceforge ssh://mhochste@git.code.sf.net/p/netgen-mesher/git || true
|
- git remote add sourceforge ssh://mhochste@git.code.sf.net/p/netgen-mesher/git || true
|
||||||
- git remote add github git@github.com:NGSolve/netgen.git || true
|
- git remote add github git@github.com:NGSolve/netgen.git || true
|
||||||
@ -94,6 +95,7 @@ cleanup_win:
|
|||||||
.template_ubuntu: &ubuntu
|
.template_ubuntu: &ubuntu
|
||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
|
- bash
|
||||||
before_script:
|
before_script:
|
||||||
- pwd
|
- pwd
|
||||||
- ls
|
- ls
|
||||||
@ -195,6 +197,7 @@ cleanup_ubuntu:
|
|||||||
stage: cleanup
|
stage: cleanup
|
||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
|
- bash
|
||||||
script:
|
script:
|
||||||
# remove intermediate and old docker images and containers
|
# remove intermediate and old docker images and containers
|
||||||
- docker rm -f `docker ps --no-trunc -aq`
|
- docker rm -f `docker ps --no-trunc -aq`
|
||||||
|
Loading…
Reference in New Issue
Block a user