Skip to content

Commit

Permalink
EXUI-266: Tweak sed command so that it works on Linux vm
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Elliott authored and Tom Elliott committed Aug 21, 2023
1 parent f7dd9cc commit fcb86bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/populate-preview-deployment-id.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ref: master
- name: Populate preview deployment ID
run: |
pwd ; ls ; cd charts/xui-webapp ; pwd; ls ; sed -i '' -e 's/PREVIEW_DEPLOYMENT_ID:.*/PREVIEW_DEPLOYMENT_ID: exui-preview-deployment-${{ github.event.number }}/' values.preview.template.yaml
pwd ; ls ; cd charts/xui-webapp ; pwd; ls ; sed -i 's/PREVIEW_DEPLOYMENT_ID:.*/PREVIEW_DEPLOYMENT_ID: exui-preview-deployment-${{ github.event.number }}/' values.preview.template.yaml
shell: bash
- name: Commit
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit fcb86bc

Please sign in to comment.