Skip to content

Commit 479f5d1

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

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.circleci/config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,19 @@ jobs:
1919
build:
2020
docker:
2121
- image: circleci/golang:1.12
22-
22+
2323
- image: redislabs/redisgraph:edge
2424

2525
working_directory: /go/src/github.com/RedisGraph/redisgraph-go
2626
steps:
2727
- checkout
2828
- run: make test
2929
- early_return_for_forked_pull_requests
30+
- run: |
31+
apt-get update
32+
apt-get upgrade -y
3033
- run: bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov) -t ${CODECOV_TOKEN}
31-
34+
3235
workflows:
3336
version: 2
3437
commit:

0 commit comments

Comments
 (0)