Add -f flag when removing package-lock.json
Some checks failed
GBCI / build (push) Failing after 10m27s
Some checks failed
GBCI / build (push) Failing after 10m27s
This commit is contained in:
parent
cb76bfb8ac
commit
0688b517e5
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ jobs:
|
|||
run: |
|
||||
echo "[General Bots Deployer] Copying files to deploy location..."
|
||||
sudo rm -rf /opt/gbo/bin/bot/botserver/dist
|
||||
sudo rm /opt/gbo/bin/bot/botserver/package-lock.json
|
||||
sudo rm -f /opt/gbo/bin/bot/botserver/package-lock.json
|
||||
sudo cp -r ./* /opt/gbo/bin/bot/botserver
|
||||
|
||||
- name: Building BotServer
|
||||
|
|
Loading…
Add table
Reference in a new issue