Commit 491f909d by Ned Batchelder

Ugh, a later cd made this not work

parent 38bacf05
...@@ -68,7 +68,7 @@ done ...@@ -68,7 +68,7 @@ done
# my-passwords.yml is the file made by generate-passwords.sh. # my-passwords.yml is the file made by generate-passwords.sh.
if [[ -f my-passwords.yml ]]; then if [[ -f my-passwords.yml ]]; then
EXTRA_VARS="-e@my-passwords.yml $EXTRA_VARS" EXTRA_VARS="-e@$(pwd)/my-passwords.yml $EXTRA_VARS"
fi fi
CONFIGURATION_VERSION=${CONFIGURATION_VERSION-${OPENEDX_RELEASE-master}} CONFIGURATION_VERSION=${CONFIGURATION_VERSION-${OPENEDX_RELEASE-master}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment