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
8c5a8a59
Commit
8c5a8a59
authored
7 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
the install script can be run from anywhere
parent
3f130484
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gitlab/build.sh
+3
-0
3 additions, 0 deletions
gitlab/build.sh
gitlab/install.sh
+1
-1
1 addition, 1 deletion
gitlab/install.sh
with
4 additions
and
1 deletion
gitlab/build.sh
+
3
−
0
View file @
8c5a8a59
...
...
@@ -20,4 +20,7 @@ fi
BOB_BUILD_NUMBER
=
`
head
-n
1 ./_ci/
${
OS_SLUG
}
/
${
PYTHON_VERSION
}
/build_number.txt |
tr
-d
'\n'
`
export_env BOB_BUILD_NUMBER
# copy the recipe_append.yaml over before build
run_cmd
cp
./ci/recipe_append.yaml conda/recipe_append.yaml
run_cmd
${
CONDA_ROOT
}
/bin/conda build
--no-anaconda-upload
--variant-config-files
_ci/conda_build_config.yaml
--python
=
${
PYTHON_VERSION
}
conda
This diff is collapsed.
Click to expand it.
gitlab/install.sh
+
1
−
1
View file @
8c5a8a59
...
...
@@ -60,7 +60,7 @@ run_cmd mkdir -pv ${1}
get_script
${
1
}
cacert.pem
get_script
${
1
}
functions.sh
get_script
${
1
}
conda_build_config.yaml
get_script
${
1
}
/../conda
recipe_append.yaml
get_script
${
1
}
recipe_append.yaml
get_exec
${
1
}
before_build.sh
for
stage
in
"build"
"deploy"
"pypi"
;
do
get_exec
${
1
}
${
stage
}
.sh
...
...
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