gitlab-ci fix tags

This commit is contained in:
mhochsteger@cerbsim.com 2021-10-15 09:56:17 +02:00
parent f38d258d15
commit 6e259868e3

View File

@ -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`