Skip to content

Commit

Permalink
put comment back
Browse files Browse the repository at this point in the history
  • Loading branch information
acoates-ms committed Jan 27, 2022
1 parent c662296 commit 1ca2cba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/bump-oss-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@

let branch;
if (!nightlyBuild) {
// Check we are in release branch, e.g. 0.33-stable
if (process.env.BUILD_SOURCEBRANCH) {
console.log(`BUILD_SOURCEBRANCH: ${process.env.BUILD_SOURCEBRANCH}`);
branch = process.env.BUILD_SOURCEBRANCH.match(/refs\/heads\/(.*)/)[1];
Expand Down

0 comments on commit 1ca2cba

Please sign in to comment.