Skip to content

Commit

Permalink
Merge pull request #2819 from TomVasile/ci_fixes_rel_145
Browse files Browse the repository at this point in the history
CI/NCTL: Fixes for Release 1.4.5
  • Loading branch information
TomVasile authored Apr 6, 2022
2 parents ea6bd7b + b366046 commit fb91868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ steps:
- sha256
- md5
files:
- "./target/upgrade_build/*.gz"
- "./target/upgrade_build/*/*.gz"
prerelease:
- true

Expand Down
3 changes: 1 addition & 2 deletions ci/nctl_upgrade_stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ CONFIG_DIR="$ROOT_DIR/resources/local"
TEMP_STAGE_DIR='/tmp/nctl_upgrade_stage'

# FILES
BIN_ARRAY=(casper-node casper-client)
BIN_ARRAY=(casper-node)

WASM_ARRAY=(add_bid.wasm \
delegate.wasm \
Expand All @@ -48,7 +48,6 @@ fi

# Ensure files are built
cd "$ROOT_DIR"
cargo build --release --package casper-client
cargo build --release --package casper-node
make build-contract-rs/activate-bid
make build-contract-rs/add-bid
Expand Down

0 comments on commit fb91868

Please sign in to comment.