Skip to content

Commit

Permalink
Updated version number and manifest root urls (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin-Belton-gov <[email protected]>
  • Loading branch information
MartinBelton-gov and Martin-Belton-gov authored Jan 17, 2024
1 parent f1e2581 commit e1ae82a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ jobs:
run: |
mkdir latest-cost-plugin
cd /home/runner/work/Grafana.Plugin.CostManagement/Grafana.Plugin.CostManagement/latest-cost-plugin
wget "https://github.com/${{ github.repository }}/releases/download/main/dfe-azurecostbackend-datasource-1.0.4.zip"
wget "https://github.com/${{ github.repository }}/releases/download/main/dfe-azurecostbackend-datasource-1.0.5.zip"
- name: Unzip Plugin
run: |
cd /home/runner/work/Grafana.Plugin.CostManagement/Grafana.Plugin.CostManagement/latest-cost-plugin
unzip -o dfe-azurecostbackend-datasource-1.0.4.zip
unzip -o dfe-azurecostbackend-datasource-1.0.5.zip
cd /home/runner/work/Grafana.Plugin.CostManagement/Grafana.Plugin.CostManagement/latest-cost-plugin/dfe-azurecostbackend-datasource
pwd
ls
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
cd /home/runner/work/Grafana.Plugin.CostManagement/Grafana.Plugin.CostManagement/dfe-azurecostbackend-datasource
export GRAFANA_ACCESS_POLICY_TOKEN="${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}"
npx @grafana/sign-plugin@latest --rootUrls http://localhost:3000/,https://20.107.65.156.nip.io/grafana,https://dev.develop-child-family-social-work-career.education.gov.uk/grafana,https://test.develop-child-family-social-work-career.education.gov.uk/grafana,https://pre-prod.develop-child-family-social-work-career.education.gov.uk/grafana,https://develop-child-family-social-work-career.education.gov.uk/grafana,https://www.dev.develop-child-family-social-work-career.education.gov.uk/grafana,https://www.test.develop-child-family-social-work-career.education.gov.uk/grafana,https://www.pre-prod.develop-child-family-social-work-career.education.gov.uk/grafana,https://www.develop-child-family-social-work-career.education.gov.uk/grafana
npx @grafana/sign-plugin@latest --rootUrls http://localhost:3000/,http://20.107.65.156.nip.io:3000/grafana,https://dev.develop-child-family-social-work-career.education.gov.uk/grafana,https://test.develop-child-family-social-work-career.education.gov.uk/grafana,https://pre-prod.develop-child-family-social-work-career.education.gov.uk/grafana,https://develop-child-family-social-work-career.education.gov.uk/grafana,https://www.dev.develop-child-family-social-work-career.education.gov.uk/grafana,https://www.test.develop-child-family-social-work-career.education.gov.uk/grafana,https://www.pre-prod.develop-child-family-social-work-career.education.gov.uk/grafana,https://www.develop-child-family-social-work-career.education.gov.uk/grafana
# if: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN != '' }}

- name: Get plugin metadata
Expand Down
2 changes: 1 addition & 1 deletion dfe-azurecostbackend-datasource/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "1",
"name": "azurecost-backend",
"version": "1.0.4",
"version": "1.0.5",
"description": "Azure cost backend",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit e1ae82a

Please sign in to comment.