Skip to content

Commit 04c6cba

Browse files
authored
add selectors and azclient cleanup (#425)
1 parent 90f534e commit 04c6cba

File tree

18 files changed

+775
-571
lines changed

18 files changed

+775
-571
lines changed

.github/workflows/integration-linux.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,8 +444,6 @@ jobs:
444444
npm install -g [email protected]
445445
ajv validate -s test/update_dry_run_schema.json -d test/temp/update_dry_run.json
446446
- run: ./draft -v update -d ./langtest/ -a webapp_routing --variable ingress-tls-cert-keyvault-uri=test.cert.keyvault.uri --variable ingress-use-osm-mtls=true --variable ingress-host=host1
447-
- name: print manifests
448-
run: cat ./langtest/manifests/*
449447
- name: start minikube
450448
id: minikube
451449
uses: medyagh/setup-minikube@master

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ vendor/
44
/pkg/addons/addons/
55
.DS_Store
66
draft
7+
draft.exe
78
langtest
89
.vscode/
910
/pkg/languages/builders
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ import (
88
log "github.com/sirupsen/logrus"
99
"github.com/spf13/cobra"
1010

11+
"github.com/Azure/draft/pkg/cmdhelpers"
1112
"github.com/Azure/draft/pkg/handlers"
1213
"github.com/Azure/draft/pkg/prompts"
1314
"github.com/Azure/draft/pkg/templatewriter"
14-
"github.com/Azure/draft/pkg/cmdhelpers"
1515
"github.com/Azure/draft/pkg/templatewriter/writers"
1616
)
1717

cmd/setup-gh.go

Lines changed: 0 additions & 253 deletions
This file was deleted.

cmd/setup-gh_test.go

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)