This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix rust github workflow and playground test
Signed-off-by: Jasti Sri Radhe Shyam <[email protected]>
- Loading branch information
1 parent
9dcb656
commit 88e7d0b
Showing
4 changed files
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
#!/bin/bash | ||
|
||
relative_dirname="$(dirname -- "${BASH_SOURCE[0]}")" | ||
bash_dir_path="$(cd -- "${relative_dirname}" && pwd)" | ||
|
||
# dockerd start | ||
dockerd > /var/log/dockerd.log 2>&1 & | ||
sleep 2 | ||
|
||
# pull inner images | ||
${bash_dir_path}/../scripts/ink-compiler.sh -c pull --docker_user_name radhezeeve | ||
/app/scripts/ink-compiler.sh -c pull --docker_user_name radhezeeve | ||
|
||
# start backend server | ||
/app/target/release/backend --port 4000 --host 0.0.0.0 --frontend_folder /app/packages/playground/dist |