ignore non exists
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-03-07 11:46:06 +01:00
parent 5515c7329a
commit 9472bad91a
+1 -1
View File
@@ -14,7 +14,7 @@ steps:
- name: www-next - name: www-next
path: /www-next path: /www-next
commands: commands:
- rm -r /www-next/* /www-next/.[!.]* - rm -rf /www-next/* /www-next/.[!.]*
- cp -r ./* ./.* /www-next/ - cp -r ./* ./.* /www-next/
volumes: volumes: