Skip to content

Commit

Permalink
fix(all): Migration to Linus.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Jan 5, 2022
1 parent 8586ec5 commit 241b572
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ if [ -e "$DEPLOYMENT_SOURCE/packages/default.gbui/package.json" ]; then
echo "[General Bots Deployer] Building react app..."
eval npm run build
cd ..
echo "[General Bots Deployer] Copying default.gbui."
eval cp default.gbui "$DEPLOYMENT_TARGET/dist/packages"
echo "[General Bots Deployer] OK."
exitWithMessageOnError "react build failed"
cd - > /dev/null
Expand All @@ -102,7 +100,7 @@ echo "[General Bots Deployer] Deployment Finished."

# 4. KuduSync
if [[ "$IN_PLACE_DEPLOYMENT" -ne "1" ]]; then
"$KUDU_SYNC_CMD" -v 50 -f "$DEPLOYMENT_SOURCE/dist" -t "$DEPLOYMENT_TARGET" -n "$NEXT_MANIFEST_PATH" -p "$PREVIOUS_MANIFEST_PATH" -i ".git;.hg;.deployment;deploy.sh"
"$KUDU_SYNC_CMD" -v 50 -f "$DEPLOYMENT_SOURCE" -t "$DEPLOYMENT_TARGET" -n "$NEXT_MANIFEST_PATH" -p "$PREVIOUS_MANIFEST_PATH" -i ".git;.hg;.deployment;deploy.sh"
exitWithMessageOnError "Kudu Sync failed"
fi

Expand Down
3 changes: 2 additions & 1 deletion packages/default.gbui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"react-transition-group": "^4.4.2",
"rxjs": "^7.1.0",
"url-join": "4.0.1",
"webpack": "4.44.2"
"webpack": "4.44.2",
"eslint": "7.11.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 241b572

Please sign in to comment.