Skip to content
Snippets Groups Projects
Commit b0f87c6f authored by Alexander Stellmach's avatar Alexander Stellmach
Browse files

Update .gitlab-ci.yml

parent 75878d3a
Branches 119-update-cockie-policy-und-weniger-tracker
Tags
No related merge requests found
Checking pipeline status
......@@ -10,7 +10,9 @@ stages: # List of stages for jobs, and their order of execution
before_script:
- apt-get update -qq && apt-get install -y -qq sshpass
build-job: # This job runs in the build and deploy stage, which runs first.
build-job:master: # This job runs in the build and deploy stage, which runs first.
rules:
- if: $CI_COMMIT_REF_NAME == "master"
stage: deploy
script:
- gem install bundler
......@@ -25,5 +27,5 @@ build-job: # This job runs in the build and deploy stage, which runs first
artifacts:
paths:
- public
only:
- master
#only:
#- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment