mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-23 17:10:43 +00:00
Refactor unify-twilight-and-stable.sh script to use 'sh' command to execute merge-to-branch.sh
This commit is contained in:
@@ -10,5 +10,5 @@ fi
|
||||
|
||||
set -ex
|
||||
|
||||
$(dirname $0)/merge-to-branch.sh twilight
|
||||
$(dirname $0)/merge-to-branch.sh stable
|
||||
sh $(dirname $0)/merge-to-branch.sh twilight
|
||||
sh $(dirname $0)/merge-to-branch.sh stable
|
||||
|
||||
Reference in New Issue
Block a user