We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c468bd commit f4836afCopy full SHA for f4836af
.gitignore
@@ -0,0 +1,4 @@
1
+id_rsa_crc
2
+id_rsa_crc.pub
3
+crc-tmp-install-data
4
+openshift-install
snc.sh
@@ -17,7 +17,7 @@ SSH="ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i id_rsa_c
17
# If user defined the OPENSHIFT_VERSION environment variable then use it.
18
# Otherwise use the tagged version if available
19
function get_openshift_version {
20
- if [ ${OPENSHIFT_VERSION} != "" ]; then
+ if [ "${OPENSHIFT_VERSION}" != "" ]; then
21
OPENSHIFT_RELEASE_VERSION=$OPENSHIFT_VERSION
22
else
23
OPENSHIFT_RELEASE_VERSION=$(git describe --exact-match --tags HEAD 2>/dev/null)
0 commit comments