test branching
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kekskurse 2022-10-14 16:37:19 +02:00
parent e56bdd1063
commit fbc0ee3fd5

View file

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