Skip to content

Commit

Permalink
test(gcp): fix cleanup minor mistakes (kubeflow#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobgy authored Nov 9, 2020
1 parent aedf6a8 commit ce9a0f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hydrate:
kustomize build -o $(REPO_DIRS)/kf-ci-v1/namespaces/auto-deploy $(TEKTON_INSTALLS)/auto-deploy
kustomize build -o $(REPO_DIRS)/kf-ci-v1/namespaces/auto-deploy test-infra/auto-deploy/manifest
kustomize build -o $(REPO_DIRS)/kf-ci-v1/namespaces/kf-ci $(TEKTON_INSTALLS)/kf-ci
cd test-infra/cleanup && make hydrate
cd test-infra/cleanup && $(MAKE) hydrate

# Make sure there are no nomos errors
.PHONY:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
- auto-blueprints
- --project=$(inputs.params.project)
- --context=$(inputs.params.management-project)
- --dryrun=false
- --dryrun=False
env:
- name: KUBECONFIG
value: /workspace/kubeconfig
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
- auto-blueprints
- --project=$(inputs.params.project)
- --context=$(inputs.params.management-project)
- --dryrun=false
- --dryrun=False
env:
- name: KUBECONFIG
value: /workspace/kubeconfig
Expand Down
2 changes: 1 addition & 1 deletion tekton/templates/tasks/cleanup-kubeflow-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
- auto-blueprints
- --project=$(inputs.params.project)
- --context=$(inputs.params.management-project)
- --dryrun=false
- --dryrun=False
env:
- name: KUBECONFIG
value: /workspace/kubeconfig
Expand Down

0 comments on commit ce9a0f6

Please sign in to comment.