Skip to content
Snippets Groups Projects
Commit ad97e9dd authored by Jonas Leder's avatar Jonas Leder
Browse files

removed master branch from beta builds

parent 5e6d0ee3
Branches
Tags
Loading
Checking pipeline status
......@@ -11,6 +11,8 @@ stages:
build: #This will be executed on every push. It builds an docker image, which is named after the branch, so you can always use the last state of the different branches.
stage: build
except:
- master
script:
- echo "building for branch $CI_COMMIT_REF_NAME"
- sudo docker image prune -f #Delete old unused images
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment