Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
809c93f529
commit
8aa72cc61d
@ -46,8 +46,8 @@ steps:
|
|||||||
- cd ci || exit 1
|
- cd ci || exit 1
|
||||||
- cargo build --target=x86_64-unknown-linux-musl
|
- cargo build --target=x86_64-unknown-linux-musl
|
||||||
- cd - || exit 1
|
- cd - || exit 1
|
||||||
- sha1sum ci/target/debug/ci
|
- sha1sum ci/target/x86_64-unknown-linux-musl/debug/ci
|
||||||
- ci/target/debug/ci
|
- ci/target/x86_64-unknown-linux-musl/debug/ci
|
||||||
services:
|
services:
|
||||||
- name: docker
|
- name: docker
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
|
Loading…
Reference in New Issue
Block a user