Skip to content

Commit

Permalink
dbeaver/dbeaver-devops#823-web-path-created-in-fronted-step (#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayerro authored Jul 17, 2024
1 parent 75fdc2b commit 5b43646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion deploy/build-backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ mkdir ./cloudbeaver
mkdir ./cloudbeaver/server
mkdir ./cloudbeaver/conf
mkdir ./cloudbeaver/workspace
mkdir ./cloudbeaver/web

echo "Pull cloudbeaver platform"

Expand Down
2 changes: 2 additions & 0 deletions deploy/build-frontend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ set -Eeuo pipefail

echo "Build static content"

mkdir ./cloudbeaver/web

cd ../../cloudbeaver/webapp

yarn
Expand Down

0 comments on commit 5b43646

Please sign in to comment.