Fixed logging typo
This commit is contained in:
Родитель
02cb2cacf4
Коммит
94a357b900
|
@ -91,7 +91,7 @@ mkdir -p $BUILD_DIR/$vendorDir
|
|||
# Go to BUILD_DIR
|
||||
cd $BUILD_DIR
|
||||
|
||||
log "Parse .salesforcex.yml values ..."
|
||||
log "Parse sfdx.yml values ..."
|
||||
|
||||
# Parse sfdx.yml file into env
|
||||
#BUG: not parsing arrays properly
|
||||
|
|
|
@ -45,7 +45,7 @@ debug "SFDX_PACKAGE_VERSION_ID: $SFDX_PACKAGE_VERSION_ID"
|
|||
whoami=$(whoami)
|
||||
debug "WHOAMI: $whoami"
|
||||
|
||||
log "Parse .salesforcex.yml values ..."
|
||||
log "Parse sfdx.yml values ..."
|
||||
|
||||
# Parse sfdx.yml file into env
|
||||
#BUG: not parsing arrays properly
|
||||
|
|
Загрузка…
Ссылка в новой задаче