File tree 3 files changed +1
-31
lines changed
3 files changed +1
-31
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ function teardown () {
17
17
# env folder creation #
18
18
# ######################
19
19
@test " env folder should not be overwritten" {
20
- git init " $ENV_DIR "
21
20
cluster_path=" $env_path /cluster.yaml"
22
21
mkdir -p " $env_path " && touch $cluster_path && echo " clouds: please-do-not-remove" > $cluster_path
23
22
binzx/otomi bootstrap
@@ -27,7 +26,6 @@ function teardown () {
27
26
}
28
27
29
28
@test " env folder should be created after bootstrap.sh" {
30
- git init " $ENV_DIR "
31
29
binzx/otomi bootstrap
32
30
assert_file_exist " $env_path /charts"
33
31
assert_file_exist " $env_path /teams"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 106
106
"score-templates" : " TESTING=1 binzx/otomi score-templates" ,
107
107
"spellcheck" : " cspell '/docs/**/**.md' '/values-schema.yaml' '/*.md' '/.values/README.md'" ,
108
108
"test" : " run-s spellcheck test:bats lint validate-templates check-policies" ,
109
- "test:bats" : " TESTING=1 binzx/otomi x bats -T bin/tests" ,
109
+ "test:bats" : " TESTING=1 binzx/otomi x bats -- - T bin/tests" ,
110
110
"test:ci" : " TESTING=1 binzx/otomi x src/ci-tests.ts" ,
111
111
"test:opa" : " binzx/otomi x opa test policies -v" ,
112
112
"un-release" : " sh -c 'git tag -d $1 && git push origin :refs/tags/$1' sh" ,
You can’t perform that action at this time.
0 commit comments