Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
Add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed May 18, 2022
1 parent 36465b8 commit 2944150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ workflow:
- echo "choosing repo"
- echo ${UPSTREAM_BRANCH} ${UPSTREAM_REPO}
- if [ "$UPSTREAM_BRANCH" = "features/storage-rework" ]; then
git clone --verbose --depth 1 --branch feature/refactored-storage https://github.com/Supercolony-net/ink-waterfall;
cd ink-waterfall/;
echo "explicitly cloning external branch for storage pr";
git clone --verbose --depth 1 --branch feature/refactored-storage https://github.com/Supercolony-net/ink-waterfall && cd ./ink-waterfall/ && pwd && git show;
fi

.start-substrate-contracts-node: &start-substrate-contracts-node
Expand Down

0 comments on commit 2944150

Please sign in to comment.