Closed
Bug 1636908
Opened 6 years ago
Closed 6 years ago
pypi-linux-release task fails with curl error
Categories
(Data Platform and Tools :: Glean: SDK, defect, P1)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: janerik, Assigned: janerik)
Details
(Whiteboard: [telemetry:glean-rs:m?])
Attachments
(1 file)
#!/bin/bash -eo pipefail
GHR=ghr_v0.13.0_linux_amd64
GHR_SHA256=c428627270ae26e206cb526cb8c7bdfba475dd278f6691ddaf863355adadfa13
curl -sfSL --retry 5 --retry-delay 10 -O "https://github.com/tcnksm/ghr/releases/download/v0.13.0/${GHR}.tar.gz"
echo "${GHR_SHA256} *${GHR}.tar.gz" | sha256sum -c -
tar -xf "${GHR}.tar.gz"
cp ./${GHR}/ghr ghr
curl: option --retry-delay: expected a positive numerical parameter
curl: try 'curl --help' for more information
Exited with code exit status 2
CircleCI received exit code 2
Rerunning that task will then fail in the "Build Linux Wheel" task, as it also uploads the wheel to pypi and it will fail if the file already exists.
It's not super critical, as all we're missing is the wheel file on the GitHub release.
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → jrediger
Priority: P3 → P1
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•