Skip to content

Commit

Permalink
Update src/drivers/gitlab.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dacbd committed Jul 20, 2023
1 parent 2cbddb7 commit fa42a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/gitlab.js
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ class Gitlab {

get branch() {
if ('CI_COMMIT_BRANCH' in process.env) {
return process.env.CI_COMMIT_BRANCH
return process.env.CI_COMMIT_BRANCH;
}
return process.env.CI_COMMIT_REF_NAME;
}
Expand Down

0 comments on commit fa42a3b

Please sign in to comment.