Enable spec
This commit is contained in:
parent
1cf914ad1c
commit
59d7831fc8
2 changed files with 2 additions and 2 deletions
|
|
@ -140,7 +140,7 @@ else
|
|||
BABASHKA_LEIN_PROFILES+=",-feature/test-check"
|
||||
fi
|
||||
|
||||
if [ "$BABASHKA_FEATURE_SPEC_ALPHA" = "true" ]
|
||||
if [ "$BABASHKA_FEATURE_SPEC_ALPHA" != "false" ]
|
||||
then
|
||||
BABASHKA_LEIN_PROFILES+=",+feature/spec-alpha"
|
||||
else
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ set BABASHKA_LEIN_PROFILES=%BABASHKA_LEIN_PROFILES%,+feature/test-check
|
|||
set BABASHKA_LEIN_PROFILES=%BABASHKA_LEIN_PROFILES%,-feature/test-check
|
||||
)
|
||||
|
||||
if "%BABASHKA_FEATURE_SPEC_ALPHA%"=="true" (
|
||||
if not "%BABASHKA_FEATURE_SPEC_ALPHA%"=="false" (
|
||||
set BABASHKA_LEIN_PROFILES=%BABASHKA_LEIN_PROFILES%,+feature/spec-alpha
|
||||
) else (
|
||||
set BABASHKA_LEIN_PROFILES=%BABASHKA_LEIN_PROFILES%,-feature/spec-alpha
|
||||
|
|
|
|||
Loading…
Reference in a new issue