mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
fix: binary auto release feature broken (#1714)
* fix a mistake on script
This commit is contained in:
parent
fa656ca44a
commit
a9c514d774
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ script:
|
|||
fi;
|
||||
|
||||
before_deploy:
|
||||
- if [[ "TEST_SUITE" == "pool-p2p" ]]; then
|
||||
- if [[ "$TEST_SUITE" == "pool-p2p" ]]; then
|
||||
cargo clean && cargo build --release && ./.auto-release.sh;
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue