Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:b2network/b2-message-channel into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
goalongway committed Sep 26, 2024
2 parents ab7db5a + f43171b commit db7a89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: clone repo
run: git clone https://${{secrets.PERSONAL_USERNAME}}:${{secrets.PERSONAL_TOKEN}}@github.com/b2network/devops.git
- name: modify
run: cd devops/devops_dev/message-channel/ && sed -i "s/gitTag:.*/gitTag:\ '${{github.sha}}'/g" ${{vars.DEVOPS_PROJECT}}-applications/dev-values*.yaml
run: cd devops/devops_dev/message-channel/ && sed -i "s/gitTag:.*/gitTag:\ '${{github.sha}}'/g" ${{vars.DEVOPS_PROJECT}}-builder/dev-values*.yaml ${{vars.DEVOPS_PROJECT}}-listener/dev-values*.yaml ${{vars.DEVOPS_PROJECT}}-proposer/dev-values*.yaml ${{vars.DEVOPS_PROJECT}}-validator/dev-values*.yaml
- name: commit && push
run: |
cd devops
Expand Down

0 comments on commit db7a89a

Please sign in to comment.