File tree 4 files changed +6
-337
lines changed
4 files changed +6
-337
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,19 @@ check-core:
7
7
core-services/_hack/validate-core-services.sh core-services
8
8
@echo " Core service config check: PASS"
9
9
10
+ # applyconfig is https://github.com/openshift/ci-tools/tree/master/cmd/applyconfig
11
+
10
12
dry-core-admin :
11
- go run ./tools/ applyconfig --config-dir core-services --level=admin
13
+ applyconfig --config-dir core-services --level=admin
12
14
13
15
core-admin :
14
- go run ./tools/ applyconfig --config-dir core-services --level=admin --confirm=true
16
+ applyconfig --config-dir core-services --level=admin --confirm=true
15
17
16
18
dry-core :
17
- go run ./tools/ applyconfig --config-dir core-services
19
+ applyconfig --config-dir core-services
18
20
19
21
core :
20
- go run ./tools/ applyconfig --config-dir core-services --confirm=true
22
+ applyconfig --config-dir core-services --confirm=true
21
23
22
24
# LEGACY TARGETS
23
25
# You should not need to add new targets here.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments