Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
66fc0c9895
commit
111487760b
@ -41,7 +41,9 @@ steps:
|
|||||||
- chmod -R 600 ~/.ssh
|
- chmod -R 600 ~/.ssh
|
||||||
- ssh-add
|
- ssh-add
|
||||||
- echo "$DOCKER_PASSWORD" | docker login --password-stdin --username="$DOCKER_USERNAME" docker.io
|
- echo "$DOCKER_PASSWORD" | docker login --password-stdin --username="$DOCKER_USERNAME" docker.io
|
||||||
- (cd ci; cargo build)
|
- cd ci || exit 1
|
||||||
|
- cargo build
|
||||||
|
- cd - || exit 1
|
||||||
- ./ci/target/debug/ci
|
- ./ci/target/debug/ci
|
||||||
services:
|
services:
|
||||||
- name: docker
|
- name: docker
|
||||||
|
Loading…
Reference in New Issue
Block a user