Skip to content

Commit 6d0e67d

Browse files
committed
WIP
1 parent 9c25a85 commit 6d0e67d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/rebase-pr.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@ function getRefAndShas(sha, owner, name) {
184184

185185
/** Gets the refs and shas for the base and target of the current environment. */
186186
function getRefsAndShasForChange() {
187+
console.log(process.env['CIRCLE_GIT_BASE_REVISION']);
188+
console.log(process.env['CIRCLE_PROJECT_USERNAME']);
189+
console.log(process.env['CIRCLE_PROJECT_REPONAME']);
190+
187191
const base = getRefAndShas(
188192
process.env['CIRCLE_GIT_BASE_REVISION'],
189193
process.env['CIRCLE_PROJECT_USERNAME'],

0 commit comments

Comments
 (0)