Skip to content

Commit

Permalink
chore: bump ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Dare committed May 19, 2024
1 parent 4fc2963 commit df98a20
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/baedeker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,11 @@ jobs:
git clone https://github.com/UniqueNetwork/baedeker.git
cd baedeker
echo "[workspace]" >> Cargo.toml
cargo build --release
sudo cp ./target/release/baedeker /usr/local/bin
sudo chmod +x /usr/local/bin/baedeker
cd ..
cargo install --path . --locked
- name: Create chain spec and secrets
run: |
sudo ./baedeker/up.sh ./baedeker/forkless-data.jsonnet --tla-str=forked_spec=subtensor --tla-str=fork_source=wss://entrypoint-finney.opentensor.ai
./.baedeker/up.sh .baedeker/forkless-data.jsonnet --tla-str=forked_spec=subtensor --tla-str=fork_source=wss://entrypoint-finney.opentensor.ai
- name: Upload chain spec and secrets as artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit df98a20

Please sign in to comment.