Skip to content

Commit 1151d92

Browse files
authored
Reverting ParamFile to the file on main branch. This will cause builds to fail until changes in this PR get published.
1 parent 108a56d commit 1151d92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/StandardCI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ on:
3131
- cron: "0 23 * * 2"
3232
env:
3333
RG: "AksBicepAcc-Ci-BasicCluster" #The resource group we're deploying to.
34-
# ParamFilePath: "https://raw.githubusercontent.com/Azure/AKS-Construction/main/.github/workflows_dep/AksDeploy-Basic.parameters.json" # ".github/workflows_dep/AksDeploy-Basic.parameters.json" #Path to parameter file
35-
ParamFilePath: "https://raw.githubusercontent.com/Azure/AKS-Construction/paullewis-regions-skus/.github/workflows_dep/AksDeploy-Basic.parameters.json" # Path to parameter file
34+
ParamFilePath: "https://raw.githubusercontent.com/Azure/AKS-Construction/main/.github/workflows_dep/AksDeploy-Basic.parameters.json" # ".github/workflows_dep/AksDeploy-Basic.parameters.json" #Path to parameter file
3635
RESNAME: "AksStan" #Used in Azure Resource Naming, overrides the default in the parameter file
3736
DEPNAME: "Dep${{ github.run_number }}" #Deployment Name
3837
AZCLIVERSION: 2.53.0 #2.43.0 #2.34.1 #2.29.2 #2.26.0 #latest

0 commit comments

Comments
 (0)