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

test-and-deploy-tags instead of master in .gitlab-ci.yml

parent ec2aff14
Branches
Tags 1.0.1
No related merge requests found
Pipeline #
...@@ -41,7 +41,7 @@ build-master: ...@@ -41,7 +41,7 @@ build-master:
environment: environment:
name: staging name: staging
test-and-deploy-master: test-and-deploy-tags:
stage: deploy stage: deploy
image: git.imp.fu-berlin.de:5000/coding-at-fu/debian-testpackage:stretch image: git.imp.fu-berlin.de:5000/coding-at-fu/debian-testpackage:stretch
dependencies: dependencies:
...@@ -55,7 +55,6 @@ test-and-deploy-master: ...@@ -55,7 +55,6 @@ test-and-deploy-master:
name: production name: production
only: only:
- tags - tags
- master
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