Drop curl

This commit is contained in:
Luke Murphy 2020-10-26 17:50:06 +01:00
parent f648b251bf
commit db7eb30447
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ steps:
- name: run unit tests
image: docker:dind
commands:
- apk add bats curl
- apk add bats
- bats test.bats
- name: collect code coverage