We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4053a6 commit 5b4136cCopy full SHA for 5b4136c
1 file changed
bin/run
@@ -93,7 +93,7 @@ function main() {
93
local phase
94
phase="$(basename "${0}")"
95
96
- if [[ "${CF_STACK:-}" == "cflinuxfs4" ]]; then
+ if [[ "${CF_STACK:-}" != "cflinuxfs3" ]]; then
97
if ! which ruby > /dev/null; then
98
mkdir -p "${RUBY_DIR}"
99
0 commit comments