Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.db.mnist
Commits
037c7b63
Commit
037c7b63
authored
Feb 05, 2018
by
Amir MOHAMMADI
Browse files
Use CI from bob.admin/master [skip ci]
parent
4fee8cfb
Pipeline
#16353
passed with stages
in 10 minutes and 37 seconds
Changes
1
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
037c7b63
...
@@ -18,9 +18,9 @@ stages:
...
@@ -18,9 +18,9 @@ stages:
stage
:
build
stage
:
build
before_script
:
before_script
:
-
mkdir _ci
-
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
-
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
-
./_ci/before_build.sh
script
:
script
:
-
./_ci/build.sh
-
./_ci/build.sh
...
@@ -96,7 +96,7 @@ build_macosx_36:
...
@@ -96,7 +96,7 @@ build_macosx_36:
.deploy_template
:
&deploy_job
.deploy_template
:
&deploy_job
stage
:
deploy
stage
:
deploy
before_script
:
before_script
:
-
./_ci/install.sh _ci
condapackage
#updates ci support scripts
-
./_ci/install.sh _ci
master
#updates ci support scripts
script
:
script
:
-
./_ci/deploy.sh
-
./_ci/deploy.sh
dependencies
:
dependencies
:
...
@@ -113,7 +113,6 @@ deploy_beta:
...
@@ -113,7 +113,6 @@ deploy_beta:
environment
:
beta
environment
:
beta
only
:
only
:
-
master
-
master
-
condapackage
deploy_stable
:
deploy_stable
:
...
@@ -133,7 +132,7 @@ pypi:
...
@@ -133,7 +132,7 @@ pypi:
except
:
except
:
-
branches
-
branches
before_script
:
before_script
:
-
./_ci/install.sh _ci
condapackage
#updates ci support scripts
-
./_ci/install.sh _ci
master
#updates ci support scripts
script
:
script
:
-
./_ci/pypi.sh
-
./_ci/pypi.sh
dependencies
:
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