Skip to content

Commit

Permalink
EXUI-266: Update to github action after local 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 79124ff commit 570c6c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/populate-preview-deployment-id.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
token: ${{ steps.generate-token.outputs.token }}
ref: master
- name: Running script to populate preview deployment ID
run: ./populatepreviewdeploymentid.sh ${{ github.event.number }}
run: |
sed -i '' -e 's/PREVIEW_DEPLOYMENT_ID:.*/PREVIEW_DEPLOYMENT_ID: exui-preview-deployment-${{ github.event.number }}' charts/xui-webapp/values.preview.template.yaml
working-directory: ./
shell: bash
- name: Commit
Expand Down
7 changes: 0 additions & 7 deletions populatepreviewdeploymentid.sh

This file was deleted.

0 comments on commit 570c6c0

Please sign in to comment.