Skip to content
Snippets Groups Projects
Commit ec2aff14 authored by Sebastian Lobinger's avatar Sebastian Lobinger
Browse files

changed .gitlab-ci.yml except branches is useless

parent 1c2cdccd
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -37,6 +37,7 @@ build-master: ...@@ -37,6 +37,7 @@ build-master:
expire_in: 1 hrs expire_in: 1 hrs
only: only:
- master - master
- tags
environment: environment:
name: staging name: staging
...@@ -55,8 +56,6 @@ test-and-deploy-master: ...@@ -55,8 +56,6 @@ test-and-deploy-master:
only: only:
- tags - tags
- master - master
except:
- branches
artifacts: artifacts:
paths: paths:
- build/* - build/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment