test branching
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kekskurse 2022-10-14 16:22:36 +02:00
parent 07183fa26e
commit c1865867c5
Signed by: kekskurse
GPG key ID: 728ACCB59341E7E4

View file

@ -15,7 +15,7 @@ steps:
- cp -R public/* /tmp/webpage - cp -R public/* /tmp/webpage
- git branch webpage - git branch webpage
- git checkout webpage - git checkout webpage
- git pull origin webpage - #git pull origin webpage
- rm -r -f * - rm -r -f *
- cp -R /tmp/webpage/* ./ - cp -R /tmp/webpage/* ./
- ls -lah - ls -lah