mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-11 16:27:18 +10:00
fixing scripts path
This commit is contained in:
4
check_cron_or_pr.sh
Normal file → Executable file
4
check_cron_or_pr.sh
Normal file → Executable file
@@ -3,11 +3,13 @@
|
||||
set -e
|
||||
|
||||
if [[ $github.event.number ]]; then
|
||||
# it's a PR
|
||||
echo "It's a PR"
|
||||
|
||||
export SHOULD_BUILD="yes"
|
||||
export SHOULD_DEPLOY="no"
|
||||
else
|
||||
echo "It's a cron"
|
||||
|
||||
export SHOULD_DEPLOY="yes"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user