Skip to content

Commit

Permalink
EXUI-266: Add extra bash commands for testing
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 0d52000 commit 642ce54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/populate-preview-deployment-id.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
ref: master
- name: Populate preview deployment ID
run: |
sed -i '' -e 's/PREVIEW_DEPLOYMENT_ID:.*/PREVIEW_DEPLOYMENT_ID: exui-preview-deployment-${{ github.event.number }}/' values.preview.template.yaml
working-directory: charts/xui-webapp
ls ; cd charts/xui-webapp ; sed -i '' -e '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 642ce54

Please sign in to comment.