Skip to content

Commit 3c63498

Browse files
authored
Fix use-git-cli deprecation (#116)
1 parent 6f99e34 commit 3c63498

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
"" \
1818
"" \
1919
"" \
20-
"false" \
2120
--log-level warn \
2221
--manifest-path test/Cargo.toml \
2322
"" \
@@ -31,7 +30,6 @@ jobs:
3130
"" \
3231
"" \
3332
"" \
34-
"false" \
3533
--log-level warn \
3634
--manifest-path test/Cargo.toml \
3735
--all-features \
@@ -46,7 +44,6 @@ jobs:
4644
"" \
4745
"" \
4846
"" \
49-
"false" \
5047
--log-level warn \
5148
--manifest-path test/Cargo.toml \
5249
check \

entrypoint.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@ if [ -n "$4" ]; then
3131
chmod 0600 "/root/.ssh/known_hosts"
3232
fi
3333

34-
if [ -n "$5" ]; then
35-
export CARGO_NET_GIT_FETCH_WITH_CLI="$5"
36-
fi
37-
38-
shift 5
34+
shift 4
3935

4036
# Due to how github actions run containers we need to explicitly force colors
4137
# as TTY detection fails inside them

0 commit comments

Comments
 (0)