mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-27 23:01:20 +00:00
fix: don't use param file
This commit is contained in:
parent
0c30fec375
commit
dca1e14be4
3 changed files with 1 additions and 5 deletions
1
.github/workflows/e2e.yml
vendored
1
.github/workflows/e2e.yml
vendored
|
@ -47,7 +47,6 @@ jobs:
|
|||
scope: subscription
|
||||
region: ${{ env.LOCATION }}
|
||||
template: bicep/main.bicep
|
||||
parameters: bicep/main.test.bicepparams
|
||||
deploymentName: ${{ env.DEPLOYMENT_NAME }}
|
||||
|
||||
none-test:
|
||||
|
|
|
@ -10,7 +10,7 @@ targetScope = 'subscription'
|
|||
'A' // Acceptance
|
||||
'P' // Production
|
||||
])
|
||||
param environment string
|
||||
param environment string = 'T'
|
||||
param location string = 'westeurope'
|
||||
param name object = {
|
||||
tenantId: 'BVDB'
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
using 'main.bicep'
|
||||
|
||||
param environment = 'T'
|
Loading…
Reference in a new issue