Skip to content

Commit

Permalink
workaround to be able to have a parallel implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
jjavieralv committed Mar 1, 2024
1 parent 307c919 commit 31ed504
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/fleekxyz_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ jobs:
uses: actions/checkout@v4
with:
ref: main
- name: Clone app migration branch to take esential data without pushing to master
run: git clone -b DOPS-634-Fleek-deprecation-migrate-aragon-app https://github.com/aragon/app.git app_fleekxyz

- name: copy neccesary fleek files to master
run: |
mv app_fleekxyz/.github/fleek/fleekxyz* .github/fleek/
rm -rf app_fleekxyz
- name: Install NodeJS
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 31ed504

Please sign in to comment.