fix(deploy): correct log function usage in commit verification
This commit is contained in:
parent
b4efba965c
commit
388c564ccf
@ -408,8 +408,8 @@ if [ "$DEVOPS_RESPONSE" != "{}" ] && [ -n "$DEVOPS_RESPONSE" ]; then
|
|||||||
|
|
||||||
if [ -n "$DEPLOYED_COMMIT_SHA" ]; then
|
if [ -n "$DEPLOYED_COMMIT_SHA" ]; then
|
||||||
ok "Deployed commit: $DEPLOYED_COMMIT_SHA"
|
ok "Deployed commit: $DEPLOYED_COMMIT_SHA"
|
||||||
info "Full SHA: $DEPLOYED_COMMIT_FULL"
|
log "Full SHA: $DEPLOYED_COMMIT_FULL"
|
||||||
info "Message: $DEPLOYED_MESSAGE"
|
log "Message: $DEPLOYED_MESSAGE"
|
||||||
|
|
||||||
# Compare with expected latest commit
|
# Compare with expected latest commit
|
||||||
cd "$REPO_DIR"
|
cd "$REPO_DIR"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user