Skip to content

Commit b951043

Browse files
wip
1 parent 50bd2f3 commit b951043

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ commands:
4040
gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
4141
shasum -a 256 -c codecov.SHA256SUM
4242
chmod +x ./codecov
43+
echo 11111
4344
uname -m
4445
./codecov
4546
upload-codecov-arm64:
@@ -53,6 +54,7 @@ commands:
5354
curl -Os https://uploader.codecov.io/v0.8.0/aarch64/codecov.SHA256SUM.sig
5455
gpgv codecov.SHA256SUM.sig codecov.SHA256SUM
5556
shasum -a 256 -c codecov.SHA256SUM
57+
echo 22222
5658
uname -m
5759
sudo chmod +x codecov
5860
@@ -110,7 +112,7 @@ jobs:
110112
path: artifacts
111113
- when:
112114
condition: << parameters.exe >> == "docker-amd64"
113-
steps:
115+
step:
114116
- upload-codecov-amd64
115117
- when:
116118
condition: << parameters.exe >> == "docker-arm64"

0 commit comments

Comments
 (0)