Ignore nonexistent scripts/ dir for now
This commit is contained in:
parent
1dbb5ee9dc
commit
122119258d
@ -2,10 +2,10 @@
|
||||
kind: pipeline
|
||||
name: deploy to docker container
|
||||
steps:
|
||||
- name: remove .git and scripts/
|
||||
- name: remove .git
|
||||
image: debian:buster
|
||||
commands:
|
||||
- rm -r .git/ scripts/
|
||||
- rm -r .git/
|
||||
# - name: php syntax check
|
||||
# image: php:8.0.10-cli
|
||||
# commands:
|
||||
@ -26,7 +26,7 @@ steps:
|
||||
deploy_key:
|
||||
from_secret: drone_ssh_smol-wp.autonomic.zone
|
||||
depends_on:
|
||||
- remove .git and scripts/
|
||||
- remove .git
|
||||
- name: notify on failure
|
||||
image: plugins/slack
|
||||
settings:
|
||||
|
Loading…
Reference in New Issue
Block a user