mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 01:30:46 -05:00
Testing Scheduled Builds
This commit is contained in:
parent
a61c32161f
commit
c2edc5badd
@ -2,7 +2,8 @@ name: SPT Release Build
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "* 19 * * *" # Every day at 3pm ET
|
#- cron: "* 19 * * *" # Every day at 3pm ET
|
||||||
|
- cron: "*/10 * * * *" # Testing
|
||||||
push:
|
push:
|
||||||
branches: [trigger]
|
branches: [trigger]
|
||||||
|
|
||||||
@ -33,9 +34,9 @@ jobs:
|
|||||||
echo "Determining build context..."
|
echo "Determining build context..."
|
||||||
if [[ "${{ github.event_name }}" == "schedule" ]]; then
|
if [[ "${{ github.event_name }}" == "schedule" ]]; then
|
||||||
echo "::set-output name=is_nightly::true"
|
echo "::set-output name=is_nightly::true"
|
||||||
echo "::set-output name=branch_server::3.8.1-DEV"
|
echo "::set-output name=branch_server::3.10.0-DEV"
|
||||||
echo "::set-output name=branch_modules::3.8.1-DEV"
|
echo "::set-output name=branch_modules::310-dev"
|
||||||
echo "::set-output name=branch_launcher::3.8.1-DEV"
|
echo "::set-output name=branch_launcher::3.10.0-DEV"
|
||||||
else
|
else
|
||||||
echo "::set-output name=is_nightly::false"
|
echo "::set-output name=is_nightly::false"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user