Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
213
Issues
213
List
Boards
Labels
Milestones
Merge Requests
11
Merge Requests
11
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
1ecafba8
Commit
1ecafba8
authored
Jun 26, 2019
by
Guillaume Pasero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: disable deploy from forks
parent
4facfd77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
.gitlab-ci.yml
.gitlab-ci.yml
+6
-3
No files found.
.gitlab-ci.yml
View file @
1ecafba8
...
...
@@ -227,8 +227,11 @@ deploy:
stage
:
deploy
extends
:
.general
only
:
-
develop
-
/^release-[0-9]+\.[0-9]+$/
refs
:
-
develop
-
/^release-[0-9]+\.[0-9]+$/
variables
:
-
$CI_PROJECT_NAMESPACE == "orfeotoolbox"
before_script
:
-
git lfs install --skip-repo
# Provision efficiently the local LFS cache before checkout
...
...
@@ -242,4 +245,4 @@ deploy:
-
centos-xdk-build
-
macos-xdk-build
-
windows-8-build
-
windows-10-build
\ No newline at end of file
-
windows-10-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