feat: with set -e for abort
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-08-02 14:40:58 +02:00
parent 8449ba4735
commit 59ea3603a2
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -6,6 +6,7 @@ steps:
- name: build ci
image: rustlang/rust:nightly
commands:
- set -e
- cd ci || return 1
- cargo build
- cd - || return 1