Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-allen-ck committed Jun 25, 2024
1 parent 5075ee3 commit 3316571
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy_tre_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ on: # yamllint disable-line rule:truthy
type: environment
default: Dev
required: true
templateVersion:
type: choice
description: Template Version
options:
- stable
- beta
bundleType:
type: choice
description: Bundle Type
Expand Down Expand Up @@ -63,7 +57,7 @@ jobs:
E2E_TESTS_NUMBER_PROCESSES: 1
DEVCONTAINER_TAG: "latest"
bundleType: ${{ inputs.bundleType }}
bundleDir: "./templates/${{ inputs.templateVersion }}/${{ inputs.bundleDir }}/${{ inputs.bundleName }}"
bundleDir: "./templates/${{ inputs.bundleDir }}/${{ inputs.bundleName }}"
workspaceName: ${{ inputs.workspaceName }}
secrets:
AAD_TENANT_ID: ${{ secrets.AAD_TENANT_ID }}
Expand Down

0 comments on commit 3316571

Please sign in to comment.