|
@@ -17,7 +17,6 @@ pipeline:
|
|
|
# Mount the cache volume, needs "Trusted"
|
|
|
volumes:
|
|
|
- /tmp/cache:/cache
|
|
|
-
|
|
|
backend:
|
|
|
image: golang
|
|
|
environment:
|
|
@@ -34,7 +33,6 @@ pipeline:
|
|
|
- cd browser/vue-flow
|
|
|
- yarn
|
|
|
- yarn build
|
|
|
-
|
|
|
rebuild-cache:
|
|
|
image: drillster/drone-volume-cache
|
|
|
rebuild: true
|
|
@@ -44,8 +42,6 @@ pipeline:
|
|
|
# Mount the cache volume, needs "Trusted"
|
|
|
volumes:
|
|
|
- /tmp/cache:/cache
|
|
|
-
|
|
|
-
|
|
|
deploy:
|
|
|
image: docker
|
|
|
when:
|