@ -4,9 +4,9 @@ pipeline:
commands:
- cargo build
build:
image: docker
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- docker build .
#build:
# image: docker
# volumes:
# - /var/run/docker.sock:/var/run/docker.sock
# commands:
# - docker build .