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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Commits
7b3b0940
Commit
7b3b0940
authored
3 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[bootstrap] Fix error message
parent
4d308a23
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!281
Fixes recursive directory upload with checksumming
Pipeline
#59614
failed
3 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/devtools/bootstrap.py
+5
-3
5 additions, 3 deletions
bob/devtools/bootstrap.py
with
5 additions
and
3 deletions
bob/devtools/bootstrap.py
+
5
−
3
View file @
7b3b0940
...
@@ -269,9 +269,11 @@ def ensure_miniconda_sh():
...
@@ -269,9 +269,11 @@ def ensure_miniconda_sh():
"
Just downloaded miniconda3 installer sha256 checksum (%s) does
"
"
Just downloaded miniconda3 installer sha256 checksum (%s) does
"
"
NOT match expected value (%s). Removing downloaded installer.
"
"
NOT match expected value (%s). Removing downloaded installer.
"
"
A wrong checksum may end up making the CI download too many copies
"
"
A wrong checksum may end up making the CI download too many copies
"
"
and be banned! You must fix this ASAP.
"
,
"
and be banned! You must fix this ASAP.
"
actual_sha256
,
%
(
sha256
,
actual_sha256
,
sha256
,
)
)
)
...
...
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