Skip to content

Commit

Permalink
Merge pull request #10829 from smarterclayton/warn
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Sep 8, 2016
2 parents 31f2273 + c24f5fe commit a2982d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [[ -z "${tag}" ]]; then
fi
tag="$( git tag --points-at HEAD )"
elif [[ "$( git rev-parse "${tag}" )" != "$( git rev-parse HEAD )" ]]; then
os::log::warning "You are running a version of hack/release.sh that does not match OS_TAG - images may not be build correctly"
os::log::warn "You are running a version of hack/release.sh that does not match OS_TAG - images may not be build correctly"
fi
commit="$( git rev-parse ${tag} )"

Expand Down

0 comments on commit a2982d1

Please sign in to comment.