Test workflow (v32)
This commit is contained in:
parent
464ab1d763
commit
7fd948777d
1 changed files with 1 additions and 3 deletions
|
@ -49,10 +49,8 @@ jobs:
|
|||
git config --global user.email "$GIT_USER_EMAIL"
|
||||
git config --global user.name "$GIT_USER_NAME"
|
||||
|
||||
ls -al
|
||||
|
||||
echo "[+] Updating assets"
|
||||
rm -r "$GIT_REPOSITORY/*"
|
||||
rm -r "$GIT_REPOSITORY"/*
|
||||
|
||||
# Update assets
|
||||
cp -R --no-preserve=mode,ownership,timestamps result/* "$GIT_REPOSITORY/"
|
||||
|
|
Loading…
Reference in a new issue