mirror of https://github.com/knative/docs.git
make install/scripts/knative-with-openshift.sh +x and -e (#973)
This commit is contained in:
parent
1c4479d69e
commit
1648dd435d
|
@ -1,5 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
# Turn colors in this script off by setting the NO_COLOR variable in your
|
# Turn colors in this script off by setting the NO_COLOR variable in your
|
||||||
# environment to any value:
|
# environment to any value:
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue