Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xpub-faraday
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
xpub
xpub-faraday
Commits
d4f78dd9
Commit
d4f78dd9
authored
6 years ago
by
Bogdan Cochior
Browse files
Options
Downloads
Patches
Plain Diff
ci(production): allow only master to delpoy to production
parent
e3d24a9d
No related branches found
No related tags found
1 merge request
!58
Sprint #20 - Goal - Reviewers submit report
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-2
0 additions, 2 deletions
.gitlab-ci.yml
with
0 additions
and
2 deletions
.gitlab-ci.yml
+
0
−
2
View file @
d4f78dd9
...
@@ -101,7 +101,6 @@ push:production:review:
...
@@ -101,7 +101,6 @@ push:production:review:
stage
:
push
stage
:
push
when
:
manual
when
:
manual
only
:
only
:
-
develop
-
master
-
master
variables
:
variables
:
NODE_ENV
:
production
NODE_ENV
:
production
...
@@ -179,7 +178,6 @@ deploy:production:review:
...
@@ -179,7 +178,6 @@ deploy:production:review:
stage
:
deploy
stage
:
deploy
when
:
manual
when
:
manual
only
:
only
:
-
develop
-
master
-
master
variables
:
variables
:
PACKAGE_NAME
:
xpub-faraday
PACKAGE_NAME
:
xpub-faraday
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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