Browse Source

fix: wercker fixes

NGPixel 7 years ago
parent
commit
edca94709a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wercker.yml

+ 1 - 1
wercker.yml

@@ -34,7 +34,7 @@ deploy-docker-master:
       code: |
         mkdir -p /var/wiki
         cp -LR assets node_modules server config.sample.yml package.json /var/wiki
-        yarn cache clean
+        rm -rf /pipeline
     - internal/docker-push:
         username: $DOCKER_HUB_USERNAME
         password: $DOCKER_HUB_PASSWORD