File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN apk add --no-cache \
2222 && cleanup.sh
2323
2424RUN git clone https://github.com/pkp/ojs.git . \
25- && git checkout ${OJS_VERSION} \
25+ && git checkout " ${OJS_VERSION}" \
2626 && git submodule update --init --recursive \
2727 && rm -rf .github tests docs \
2828 && composer -d lib/pkp install \
@@ -32,7 +32,7 @@ RUN git clone https://github.com/pkp/ojs.git . \
3232 # modify composer.json to be at least a week old so we can run composer install for contrib plugins
3333 && NOW=$(date +%s) \
3434 && SEVEN_DAYS_AGO=$((NOW - 604800)) \
35- && OLDDATE=$(date -d @${SEVEN_DAYS_AGO} +%Y%m%d%H%M.%S) \
35+ && OLDDATE=$(date -d @" ${SEVEN_DAYS_AGO}" +%Y%m%d%H%M.%S) \
3636 && find /var/www/ojs/plugins -type f -name "composer.json" -exec touch -t "$OLDDATE" {} \;
3737
3838RUN npm install \
You can’t perform that action at this time.
0 commit comments