Skip to content

Commit

Permalink
Update build-latest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KamiSamaD authored Jul 25, 2024
1 parent 78e86ea commit 22e39c8
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}}/dev-values*.yaml
run: cd devops/devops_dev/message-channel/ && sed -i "s/gitTag:.*/gitTag:\ '${{github.sha}}'/g" ${{vars.DEVOPS_PROJECT}}-listener/dev-values*.yaml
- name: commit && push
run: |
cd devops
Expand Down

0 comments on commit 22e39c8

Please sign in to comment.