use -C instead of cd
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2021-04-02 11:09:49 -04:00
parent ad6f8591be
commit 6211554085
1 changed files with 2 additions and 4 deletions

View File

@ -21,10 +21,8 @@ trigger:
steps:
- name: deploy
commands:
- cd /usr/share/nginx/html
- git pull origin master
- git -C /usr/share/nginx/html pull --rebase origin master
- name: build-wiki
commands:
- cd /usr/share/nginx/html
- make -C wiki
- make -C /usr/share/nginx/html/wiki