Fix drone config to only do test build in checking step
continuous-integration/drone/push Build is passing Details

main
Guus van Meerveld 2 years ago
parent 698192ff0d
commit ad9ff85a09
Signed by: Guusvanmeerveld
GPG Key ID: 2BA7D7912771966E

@ -8,7 +8,7 @@ steps:
commands: commands:
- yarn install - yarn install
- yarn lint - yarn lint
- yarn build - yarn test-build
- name: build docker file and push to docker hub - name: build docker file and push to docker hub
image: plugins/docker image: plugins/docker

Loading…
Cancel
Save