Skip to content

Commit

Permalink
switched to rebased branch feat/token-deposits-squashed-v2 [3]: fix -…
Browse files Browse the repository at this point in the history
…-force
  • Loading branch information
ztepler committed Apr 29, 2024
1 parent 808ff06 commit 734b8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
NETWORK: oxfordnet
steps:
- name: Deploy rollup
run: docker run -v "/var/run/docker.sock":"/var/run/docker.sock" -e NETWORK=${{ env.NETWORK }} -e OPERATOR_KEY=${{ secrets.OPERATOR_KEY }} ${{ needs.build.outputs.operator }} deploy_rollup | tee originate.out --force
run: docker run -v "/var/run/docker.sock":"/var/run/docker.sock" -e NETWORK=${{ env.NETWORK }} -e OPERATOR_KEY=${{ secrets.OPERATOR_KEY }} ${{ needs.build.outputs.operator }} deploy_rollup --force | tee originate.out

- name: Extract rollup address
run: |
Expand Down

0 comments on commit 734b8c0

Please sign in to comment.