Skip to content

Commit

Permalink
続々と変更される継続的インテグレーション2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ry0taK committed Jun 22, 2024
1 parent 1c968a9 commit bf6f353
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/sync-database.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ function checkoutBranch(branch) {
cp.execFileSync('git', ['checkout', branch]);
} catch (e) {
cp.execFileSync('git', ['checkout', '-b', branch]);
cp.execFileSync('git', ['push', '-u', 'origin', branch]);
}
cp.execSync('git pull');
}
Expand Down

0 comments on commit bf6f353

Please sign in to comment.