test branching

This commit is contained in:
Kekskurse 2022-10-14 16:36:34 +02:00
parent f52bc14a7a
commit e56bdd1063
1 changed files with 1 additions and 1 deletions

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
- rm -r -f *
- cp -R /tmp/webpage/* ./
- ls -lah