Skip to content

Commit

Permalink
Update files to export
Browse files Browse the repository at this point in the history
  • Loading branch information
vivid-cpreston authored Jul 3, 2024
1 parent 529f409 commit ee665b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Make report zipfile
run: |
cd cirras-underwriting-reports-jrs/src/main
zip export.zip ./*
zip -qq -r export.zip .
export AUTHORIZATION="Basic $(echo ${{vars.JASPER_USER}}:${{vars.JASPER_PASSWORD}} | base64)"
export JASPER_URL="https://cirras-underwriting-jasper-${{ inputs.ENVIRONMENT_NAME}}-${{ inputs.NAMESPACE}}.apps.silver.devops.gov.bc.ca/jasperserver/rest_v2/import?keyAlias=deprecatedImportExportEncSecret&update=true"
curl -X POST $JASPER_URL -H "Content-Type: application/zip" -H "Authorization: $AUTHORIZATION" -T export.zip
Expand Down

0 comments on commit ee665b1

Please sign in to comment.