mirror of
https://github.com/fluencelabs/trust-graph
synced 2024-12-03 14:50:20 +00:00
fix: changed build.sh for test ci & release (#112)
This commit is contained in:
parent
d80a43bcff
commit
b10991501d
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -71,7 +71,6 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: ./build.sh
|
||||
working-directory: service
|
||||
|
||||
- name: Install cargo-workspaces
|
||||
uses: baptiste0928/cargo-install@v1.3.0
|
||||
|
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@ -23,7 +23,6 @@ jobs:
|
||||
uses: fluencelabs/setup-marine@v1
|
||||
|
||||
- name: Build
|
||||
working-directory: ./service
|
||||
run: ./build.sh
|
||||
|
||||
- name: Run cargo clippy
|
||||
|
2
build.sh
2
build.sh
@ -9,7 +9,7 @@ cd "$(dirname "$0")"
|
||||
TARGET="distro/trust-graph-service/"
|
||||
|
||||
mkdir -p "$TARGET"
|
||||
cp -v ./distro/on_start.json service/artifacts/trust-graph.wasm service/artifacts/sqlite3.wasm distro/Config.toml "$TARGET"
|
||||
cp -v ./distro/init_certs.json service/artifacts/trust-graph.wasm service/artifacts/sqlite3.wasm distro/Config.toml "$TARGET"
|
||||
|
||||
cd distro
|
||||
cargo build
|
||||
|
Loading…
Reference in New Issue
Block a user