Skip to content

Commit

Permalink
fix: use normal stack branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Dec 12, 2024
1 parent cdc967b commit 71705fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# change_v2_ports
- name: Clone Stack
run: |
git clone --single-branch --branch change_sphinx_bot_version https://github.com/stakwork/sphinx-stack.git stack
git clone --single-branch --branch change_v2_ports https://github.com/stakwork/sphinx-stack.git stack
- name: Clone Sphinx Tribes Frontend
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prjob_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Clone Stack
run: |
git clone --single-branch --branch change_sphinx_bot_version https://github.com/stakwork/sphinx-stack.git stackv2;
git clone --single-branch --branch change_v2_ports https://github.com/stakwork/sphinx-stack.git stackv2;
- name: Run Stack V2
uses: nick-fields/retry@v2
Expand Down

0 comments on commit 71705fd

Please sign in to comment.