Skip to content

Commit f52f9c7

Browse files
committed
letsencrypt apt update trigger
1 parent 479f5d1 commit f52f9c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- run: make test
2929
- early_return_for_forked_pull_requests
3030
- run: |
31-
apt-get update
32-
apt-get upgrade -y
31+
apt-get update
32+
apt-get upgrade -y
3333
- run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov) -t ${CODECOV_TOKEN}
3434

3535
workflows:

0 commit comments

Comments
 (0)