Skip to content

Commit

Permalink
add selectors and azclient cleanup (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamero authored Nov 20, 2024
1 parent 90f534e commit 04c6cba
Show file tree
Hide file tree
Showing 18 changed files with 775 additions and 571 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/integration-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,6 @@ jobs:
npm install -g [email protected]
ajv validate -s test/update_dry_run_schema.json -d test/temp/update_dry_run.json
- 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
- name: print manifests
run: cat ./langtest/manifests/*
- name: start minikube
id: minikube
uses: medyagh/setup-minikube@master
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ vendor/
/pkg/addons/addons/
.DS_Store
draft
draft.exe
langtest
.vscode/
/pkg/languages/builders
Expand Down
2 changes: 1 addition & 1 deletion cmd/generate-workflow.go → cmd/generateworkflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import (
log "github.com/sirupsen/logrus"
"github.com/spf13/cobra"

"github.com/Azure/draft/pkg/cmdhelpers"
"github.com/Azure/draft/pkg/handlers"
"github.com/Azure/draft/pkg/prompts"
"github.com/Azure/draft/pkg/templatewriter"
"github.com/Azure/draft/pkg/cmdhelpers"
"github.com/Azure/draft/pkg/templatewriter/writers"
)

Expand Down
253 changes: 0 additions & 253 deletions cmd/setup-gh.go

This file was deleted.

28 changes: 0 additions & 28 deletions cmd/setup-gh_test.go

This file was deleted.

Loading

0 comments on commit 04c6cba

Please sign in to comment.