Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
osegev-webseite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSE Germany e.V.
Koordination
Kommunikation
osegev-webseite
Commits
b0f87c6f
Commit
b0f87c6f
authored
2 years ago
by
Alexander Stellmach
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
75878d3a
Branches
119-update-cockie-policy-und-weniger-tracker
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Checking pipeline status
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-3
5 additions, 3 deletions
.gitlab-ci.yml
with
5 additions
and
3 deletions
.gitlab-ci.yml
+
5
−
3
View file @
b0f87c6f
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment