mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 14:32:50 +00:00
ci: remove docker tags where they are not needed
This commit is contained in:
committed by
Rainer Killinger
parent
b98418f9e1
commit
7e04fad28b
@@ -15,8 +15,6 @@ build:
|
||||
untracked: true
|
||||
paths:
|
||||
- node_modules/
|
||||
tags:
|
||||
- docker
|
||||
|
||||
test:
|
||||
stage: test
|
||||
@@ -24,8 +22,6 @@ test:
|
||||
- build
|
||||
script:
|
||||
- npm run test
|
||||
tags:
|
||||
- docker
|
||||
|
||||
audit:
|
||||
stage: test
|
||||
@@ -36,8 +32,6 @@ audit:
|
||||
allow_failure: true
|
||||
except:
|
||||
- schedules
|
||||
tags:
|
||||
- docker
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
@@ -63,8 +57,6 @@ test:ci:
|
||||
- build
|
||||
script:
|
||||
- .gitlab/ci/testCIScripts.sh
|
||||
tags:
|
||||
- docker
|
||||
|
||||
# Anchor templates for publishing the image in the docker registry
|
||||
# Automatically publishing for versions in tags (eg v1.0.0 as 1.0.0), master and develop
|
||||
|
||||
Reference in New Issue
Block a user