Fallback on GitHub env?
Jekyll / jekyll (pull_request) Failing after 28s
Details
Jekyll / jekyll (pull_request) Failing after 28s
Details
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
a136250c18
commit
3de7adb4a6
|
@ -66,8 +66,8 @@ jobs:
|
|||
WEB_CONTEXT='/${{ gitea.event.pull_request.number }}/'
|
||||
fi
|
||||
# Save those variabes in the environment for the next steps
|
||||
echo "WEB_HOST=${WEB_HOST}" >> $GITEA_ENV
|
||||
echo "WEB_CONTEXT=${WEB_CONTEXT}" >> $GITEA_ENV
|
||||
echo "WEB_HOST=${WEB_HOST}" >> $GITHUB_ENV
|
||||
echo "WEB_CONTEXT=${WEB_CONTEXT}" >> $GITHUB_ENV
|
||||
# Synchronize the local and the remote site
|
||||
rsync -halvi --delete \
|
||||
-e "ssh -a -x -o StrictHostKeyChecking=no" \
|
||||
|
|
Loading…
Reference in New Issue