Browse Source

Test for path.

pull/443/head
Sebastian Stehle 7 years ago
parent
commit
f07c77cfcc
  1. 2
      .drone.yml

2
.drone.yml

@ -65,7 +65,7 @@ steps:
commands:
- docker build -t squidex-build-image -f Dockerfile --build-arg SQUIDEX__VERSION=$${DRONE_TAG} .
- docker create --name squidex-build-container squidex-build-image
- docker cp squidex-build-container:/app /build
- docker cp squidex-build-container:/app/ /build
volumes:
- name: build
path: /build

Loading…
Cancel
Save