Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Merge requests
!259
Install yum_requirements.txt in all cases in the CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Install yum_requirements.txt in all cases in the CI
yum_requirements.txt
into
master
Overview
0
Commits
1
Pipelines
2
Changes
2
Merged
Install yum_requirements.txt in all cases in the CI
Amir MOHAMMADI
requested to merge
yum_requirements.txt
into
master
Oct 18, 2021
Overview
0
Commits
1
Pipelines
2
Changes
2
Fixes
#82 (closed)
0
0
Merge request reports
Compare
master
version 1
d1f35331
Oct 18, 2021
master (base)
and
latest version
latest version
c8c2ab24
1 commit,
Oct 18, 2021
version 1
d1f35331
1 commit,
Oct 18, 2021
2 files
+
13
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
bob/devtools/data/gitlab-ci/single-package.yaml
+
0
−
1
View file @ c8c2ab24
Edit in single-file editor
Open in Web IDE
Show full file
@@ -84,7 +84,6 @@ build_linux_38:
PYTHON_VERSION
:
"
3.8"
BUILD_EGG
:
"
true"
script
:
-
if [ -f "${CI_PROJECT_DIR}/conda/yum_requirements.txt" ]; then /usr/bin/sudo -n yum -y install $(cat ${CI_PROJECT_DIR}/conda/yum_requirements.txt); fi
# [linux]
-
bdt ci build -vv
-
bdt ci readme -vv dist/*.zip
-
bdt ci clean -vv
Loading