sync current state
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
.PHONY: test apply dry-run
|
||||
|
||||
test:
|
||||
bash tests/extensions-defaults-smoke.sh
|
||||
|
||||
apply:
|
||||
sudo bash scripts/apply-extension-defaults.sh
|
||||
|
||||
dry-run:
|
||||
bash scripts/apply-extension-defaults.sh --dry-run
|
||||
Reference in New Issue
Block a user