Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
DevOps Tools
Documentation
Merge requests
!1
Resolve "Command "require-dev" is not defined."
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Command "require-dev" is not defined."
25-command-require-dev-is-not-defined
into
master
Overview
3
Commits
2
Pipelines
2
Changes
1
All threads resolved!
Hide all comments
Merged
richardpapp
requested to merge
25-command-require-dev-is-not-defined
into
master
3 years ago
Overview
3
Commits
2
Pipelines
2
Changes
1
All threads resolved!
Hide all comments
Expand
Closes
#25 (closed)
Edited
3 years ago
by
richardpapp
0
0
Merge request reports
Viewing commit
3ff261b5
Prev
Next
Show latest version
1 file
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
3ff261b5
Run pipeline only for master branch
· 3ff261b5
jurgenhaas
authored
3 years ago
.gitlab-ci.yml
+
4
−
0
Options
@@ -18,6 +18,8 @@ Build:
when
:
always
paths
:
-
site/
only
:
-
master
Deploy
:
stage
:
deploy
@@ -28,3 +30,5 @@ Deploy:
script
:
-
a -m synchronize -a "src=${PWD}/site/ dest=/var/www/docs/devops-tools" --limit=bsdevop1
cache
:
{}
only
:
-
master
Loading