Skip to content

Commit ce15ee1

Browse files
wip
1 parent 2dfad71 commit ce15ee1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ jobs:
9292
- run:
9393
name: "aaa"
9494
command: |
95-
sudo apt update
96-
sudo apt install -y jq
95+
which sudo
96+
apt-get update
97+
apt-get install -y jq
9798
- run:
9899
name: Setup InfluxDB service
99100
command: |
@@ -128,11 +129,10 @@ jobs:
128129
- run:
129130
name: Collecting coverage reports
130131
command: |
131-
sudo apt-get update
132-
sudo apt-get upgrade
132+
133133
134134
uname -m
135-
sudo curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
135+
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import # One-time step
136136
137137
138138
curl -Os https://uploader.codecov.io/latest/linux-arm64/codecov

0 commit comments

Comments
 (0)