Skip to content

Commit

Permalink
Fix upgradeable-contracts/ path resolution (#1194)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Mar 17, 2022
1 parent be647c3 commit 3d15fef
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,7 @@ examples-contract-build:
done
- pushd ./examples/delegator/ && ./build-all.sh && popd
- for contract in ${UPGRADEABLE_CONTRACTS}; do
pushd $example &&
cargo contract build &&
popd;
cargo contract build --manifest-path ./examples/upgradeable-contracts/${contract}/Cargo.toml;
done
- cargo contract build --manifest-path ./examples/upgradeable-contracts/delegate-calls/upgradeable-flipper/Cargo.toml

Expand Down

0 comments on commit 3d15fef

Please sign in to comment.