You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rw950431 thanks for your feedback 👍 I hence left a bit the development of this because the openshift guys took it in their account, but absolutely i'm gonna update the new version.
And yeah the consequent // is the same as / in shell scripting :)
Openshift have deleted the trailing / off all of their enviroment variables.
Hence lines in .openshift/action_hooks/build like
${OPENSHIFT_RUN_DIR}redis.pid
need to change to
${OPENSHIFT_RUN_DIR}/redis.pid
It would be nice to bump redis version to latest also..
The text was updated successfully, but these errors were encountered: