Skip to content

Commit

Permalink
ci: git clone xeon-dapp to local VM dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Bray committed Jul 28, 2024
1 parent a5da2aa commit 1534f95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync-abi-to-dapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
path: v1-core

- name: Check for ABI changes
id: check_changes
Expand All @@ -36,7 +37,7 @@ jobs:
- name: Sync ABI to xeon-dapp
if: steps.check_changes.outputs.changed == '1'
run: |
git clone [email protected]:xeon-protocol/xeon-dapp.git
git clone [email protected]:xeon-protocol/xeon-dapp.git xeon-dapp
cd xeon-dapp
git checkout -B ci/abi-sync || git checkout --orphan ci/abi-sync
rsync -a ../v1-core/abi/ src/abi/
Expand Down

0 comments on commit 1534f95

Please sign in to comment.