Skip to content

Commit df98a20

Browse files
author
Samuel Dare
committed
chore: bump ci
1 parent 4fc2963 commit df98a20

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/baedeker.yaml

+2-5
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,11 @@ jobs:
3232
git clone https://github.com/UniqueNetwork/baedeker.git
3333
cd baedeker
3434
echo "[workspace]" >> Cargo.toml
35-
cargo build --release
36-
sudo cp ./target/release/baedeker /usr/local/bin
37-
sudo chmod +x /usr/local/bin/baedeker
38-
cd ..
35+
cargo install --path . --locked
3936
4037
- name: Create chain spec and secrets
4138
run: |
42-
sudo ./baedeker/up.sh ./baedeker/forkless-data.jsonnet --tla-str=forked_spec=subtensor --tla-str=fork_source=wss://entrypoint-finney.opentensor.ai
39+
./.baedeker/up.sh .baedeker/forkless-data.jsonnet --tla-str=forked_spec=subtensor --tla-str=fork_source=wss://entrypoint-finney.opentensor.ai
4340
4441
- name: Upload chain spec and secrets as artifact
4542
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)