Skip to content

Commit

Permalink
switched to rebased branch feat/token-deposits-squashed-v2 [2]
Browse files Browse the repository at this point in the history
  • Loading branch information
ztepler committed Apr 29, 2024
1 parent 066db1f commit 808ff06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
OCTEZ_PROTO=Proxford
PACKAGE=evm_kernel
TEZOS_REPO=https://gitlab.com/baking-bad/tezos.git
TEZOS_REPO_BRANCH=feat/token-deposits
TEZOS_REPO_BRANCH=feat/token-deposits-squashed-v2
CACHEBUST=${{ steps.cachebust.outputs.date }}
CI_COMMIT_SHA=dev
push: true
Expand All @@ -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
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

- name: Extract rollup address
run: |
Expand Down

0 comments on commit 808ff06

Please sign in to comment.