Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gridtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
gridtk
Commits
340905c3
Commit
340905c3
authored
Feb 05, 2018
by
Amir MOHAMMADI
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use CI from bob.admin/master [skip ci]
parent
6c894ac7
Pipeline
#16277
failed with stages
in 6 minutes and 49 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
.gitlab-ci.yml
.gitlab-ci.yml
+4
-5
No files found.
.gitlab-ci.yml
View file @
340905c3
...
...
@@ -18,9 +18,9 @@ stages:
stage
:
build
before_script
:
-
mkdir _ci
-
curl --silent "https://gitlab.idiap.ch/bob/bob.admin/raw/
condapackage
/gitlab/install.sh" > _ci/install.sh
-
curl --silent "https://gitlab.idiap.ch/bob/bob.admin/raw/
master
/gitlab/install.sh" > _ci/install.sh
-
chmod 755 _ci/install.sh
-
./_ci/install.sh _ci
condapackage
#installs ci support scripts
-
./_ci/install.sh _ci
master
#installs ci support scripts
-
./_ci/before_build.sh
script
:
-
./_ci/build.sh
...
...
@@ -96,7 +96,7 @@ build_macosx_36:
.deploy_template
:
&deploy_job
stage
:
deploy
before_script
:
-
./_ci/install.sh _ci
condapackage
#updates ci support scripts
-
./_ci/install.sh _ci
master
#updates ci support scripts
script
:
-
./_ci/deploy.sh
dependencies
:
...
...
@@ -113,7 +113,6 @@ deploy_beta:
environment
:
beta
only
:
-
master
-
condapackage
deploy_stable
:
...
...
@@ -133,7 +132,7 @@ pypi:
except
:
-
branches
before_script
:
-
./_ci/install.sh _ci
condapackage
#updates ci support scripts
-
./_ci/install.sh _ci
master
#updates ci support scripts
script
:
-
./_ci/pypi.sh
dependencies
:
...
...
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