Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
campaign
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
La Quadrature du Net
piphone
campaign
Commits
5fcc5d05
Commit
5fcc5d05
authored
Jun 13, 2017
by
okhin
🚴
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '15-fix-the-ci' into 'master'
Resolve "Fix the CI" Closes
#15
See merge request
!4
parents
f2298ca1
9216cfe3
Pipeline
#1117
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
.gitlab-ci.yml
.gitlab-ci.yml
+1
-7
No files found.
.gitlab-ci.yml
View file @
5fcc5d05
...
...
@@ -36,8 +36,6 @@ job build:
tags
:
[
preprod
]
only
:
-
master
dependencies
:
-
job test python
job deploy preprod
:
environment
:
...
...
@@ -56,8 +54,6 @@ job deploy preprod:
tags
:
[
preprod
]
only
:
-
master
dependencies
:
-
job build
job deploy prod
:
environment
:
...
...
@@ -78,5 +74,3 @@ job deploy prod:
only
:
-
master
when
:
manual
\ No newline at end of file
dependencies
:
-
job build
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment