Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.db.base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.db.base
Commits
13142c2a
There was a problem fetching the pipeline summary.
Commit
13142c2a
authored
7 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
Use CI from bob.admin/master [skip ci]
parent
0fa2265e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#
Changes
1
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-5
4 additions, 5 deletions
.gitlab-ci.yml
with
4 additions
and
5 deletions
.gitlab-ci.yml
+
4
−
5
View file @
13142c2a
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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