diff --git a/.drone.yml b/.drone.yml index c1a96920..59917bb9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ platform: steps: - name: build pull: default - image: rancher/dapper:1.11.2 + image: rancher/dapper:v0.6.0 commands: - dapper ci privileged: true diff --git a/scripts/ci b/scripts/ci index 944f16fd..7ec1b20c 100755 --- a/scripts/ci +++ b/scripts/ci @@ -3,5 +3,6 @@ set -e cd $(dirname $0) -./build ./validate +./test +./build