Fix Drone intentation.
This commit is contained in:
parent
f709125110
commit
aaf3462d17
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ clone:
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: alpine:3.13
|
image: alpine:3.13
|
||||||
environment:
|
environment:
|
||||||
TEST_CONTAINER: true
|
TEST_CONTAINER: true
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- scripts/run-full-tests
|
- scripts/run-full-tests
|
||||||
|
|
Loading…
Reference in a new issue