Skip to content

Commit 53cbc9c

Browse files
alnrory-bot
authored andcommitted
chore: add retries to more curl invocations
GitOrigin-RevId: 325d1539f33363e8541ca776b8cbfbd393ed1780
1 parent 7c98270 commit 53cbc9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.reports/dep-licenses.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"module name","licenses"
2-
"@ory/[email protected].10","Apache-2.0"
2+
"@ory/[email protected].8","Apache-2.0"
33

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ licenses: .bin/licenses node_modules # checks open-source licenses
4949
.bin/licenses
5050

5151
.bin/licenses: Makefile
52-
curl https://raw.githubusercontent.com/ory/ci/master/licenses/install | sh
52+
curl --retry 7 --retry-connrefused https://raw.githubusercontent.com/ory/ci/master/licenses/install | sh
5353

5454
.bin/ory: Makefile
55-
curl https://raw.githubusercontent.com/ory/meta/master/install.sh | bash -s -- -b .bin ory v0.2.1
55+
curl --retry 7 --retry-connrefused https://raw.githubusercontent.com/ory/meta/master/install.sh | bash -s -- -b .bin ory v0.2.1
5656
touch .bin/ory
5757

5858
node_modules: package-lock.json

0 commit comments

Comments
 (0)