Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Fix Smoketests CI (#126)
Browse files Browse the repository at this point in the history
* fix smoketests ci

* remove merge from upstream

* first commit before pulling from master

---------

Co-authored-by: claravanstaden <Cats 4 life!>
  • Loading branch information
claravanstaden authored Mar 20, 2024
1 parent 4c850e8 commit cbcc449
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
- uses: actions/checkout@v2
with:
repository: snowfork/snowbridge
ref: smoketests-ci
ref: main
path: snowbridge
submodules: "true"
- run: rm -f snowbridge/polkadot-sdk
- uses: actions/checkout@v2
with:
repository: snowfork/polkadot-sdk
ref: main
ref: snowbridge
path: snowbridge/polkadot-sdk
- uses: arduino/setup-protoc@v2
with:
Expand Down
2 changes: 2 additions & 0 deletions bridges/snowbridge/scripts/contribute-upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ git fetch parity master
git checkout parity/master -- .github
git add -- .github

git commit -m "cleanup branch"

# Fetch the latest from parity master
echo "Fetching latest from Parity master. Resolve merge conflicts, if there are any."
git fetch parity master
Expand Down

0 comments on commit cbcc449

Please sign in to comment.