We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71b269e commit b568634Copy full SHA for b568634
functions
@@ -599,7 +599,7 @@ function create_kayobe_environment {
599
local allow_unclean_kayobe_config=${KAYOBE_AUTOMATION_ALLOW_UNCLEAN_KAYOBE_CONFIG:-0}
600
mkdir -p "$env"/{src/kayobe,src/kayobe-config,venvs/kayobe}
601
602
- if [ "$allow_unclean_kayobe_config" != 0 ]; then
+ if [ "$allow_unclean_kayobe_config" == 0 ]; then
603
# Ensure we have an unmodified copy of kayobe-config
604
if [[ $(realpath "$kayobe_config_source_path") != $(realpath "$env/src/kayobe-config") ]]; then
605
clean_copy "$kayobe_config_source_path" "$env/src/kayobe-config"
0 commit comments