Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.admin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.admin
Commits
74e941e4
Commit
74e941e4
authored
7 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
dont download certificate again
parent
2a787f1b
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!63
Conda package based CI
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
gitlab/cacert.pem
+0
-4043
0 additions, 4043 deletions
gitlab/cacert.pem
gitlab/install.sh
+0
-1
0 additions, 1 deletion
gitlab/install.sh
templates/ci.yml
+1
-1
1 addition, 1 deletion
templates/ci.yml
with
1 addition
and
4045 deletions
gitlab/cacert.pem
deleted
100644 → 0
+
0
−
4043
View file @
2a787f1b
Source diff could not be displayed: it is too large. Options to address this:
view the blob
.
This diff is collapsed.
Click to expand it.
gitlab/install.sh
+
0
−
1
View file @
74e941e4
...
@@ -57,7 +57,6 @@ get_exec() {
...
@@ -57,7 +57,6 @@ get_exec() {
run_cmd
mkdir
-pv
${
1
}
run_cmd
mkdir
-pv
${
1
}
get_script
${
1
}
cacert.pem
get_script
${
1
}
functions.sh
get_script
${
1
}
functions.sh
for
stage
in
"build"
"deploy"
"pypi"
;
do
for
stage
in
"build"
"deploy"
"pypi"
;
do
get_exec
${
1
}
${
stage
}
.sh
get_exec
${
1
}
${
stage
}
.sh
...
...
This diff is collapsed.
Click to expand it.
templates/ci.yml
+
1
−
1
View file @
74e941e4
...
@@ -17,7 +17,7 @@ stages:
...
@@ -17,7 +17,7 @@ stages:
-
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/condapackage/gitlab/install.sh" > _ci/install.sh
-
chmod 755 _ci/install.sh
-
chmod 755 _ci/install.sh
-
./_ci/install.sh _ci
#updates
-
./_ci/install.sh _ci
condapackage
script
:
script
:
-
./_ci/build.sh
-
./_ci/build.sh
cache
:
cache
:
...
...
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