Skip to content

Commit

Permalink
Remove duplicate delegator build
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Nov 29, 2021
1 parent 1e84768 commit 1d44097
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,11 +374,6 @@ examples-contract-build:
cargo contract build &&
popd;
done
- for contract in ${DELEGATOR_SUBCONTRACTS}; do
pushd examples/delegator/$contract &&
cargo contract build &&
popd;
done

examples-contract-build-delegator:
stage: examples
Expand Down

0 comments on commit 1d44097

Please sign in to comment.