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.
2 parents cf6c505 + 1d1cc38 commit cf03d69Copy full SHA for cf03d69
deploy.sh
@@ -9,7 +9,9 @@ if [[ ! "$ENVIRO" =~ ^(dev|preprod|prod)$ ]]; then
9
exit
10
fi
11
12
+PATH="$PATH:$(pwd)/bin"
13
mkdir -p bin
14
+
15
if ! /usr/local/bin/oc > /dev/null 2>&1 ; then
16
echo openshift origin client not found, installing
17
curl -#L -o openshift.tar.gz https://github.com/openshift/origin/releases/download/v3.11.0/openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit.tar.gz
0 commit comments