exclude . and ..
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-03-07 11:45:37 +01:00
parent 07aba2270d
commit 5515c7329a
+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 -r /www-next/* /www-next/.[!.]*
- cp -r ./* ./.* /www-next/ - cp -r ./* ./.* /www-next/
volumes: volumes: