Fix bash condition block
Jekyll / jekyll (pull_request) Failing after 20s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-05-24 10:26:35 +02:00
parent 2ecd602f48
commit a136250c18
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ jobs:
WEB_ROOT="${WEB_DIR}/preview" WEB_ROOT="${WEB_DIR}/preview"
WEB_HOST="preview.${WEB_DOMAIN}" WEB_HOST="preview.${WEB_DOMAIN}"
WEB_CONTEXT='/${{ gitea.event.pull_request.number }}/' WEB_CONTEXT='/${{ gitea.event.pull_request.number }}/'
end fi
# Save those variabes in the environment for the next steps # Save those variabes in the environment for the next steps
echo "WEB_HOST=${WEB_HOST}" >> $GITEA_ENV echo "WEB_HOST=${WEB_HOST}" >> $GITEA_ENV
echo "WEB_CONTEXT=${WEB_CONTEXT}" >> $GITEA_ENV echo "WEB_CONTEXT=${WEB_CONTEXT}" >> $GITEA_ENV