Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision f04288f073a9fce35508fca7841c6587866f7732)
+++ Jenkinsfile	(revision 7c0ef42b5430ae5624a729b38094facc1cf10bcc)
@@ -97,7 +97,7 @@
 	//parse git logs to find what changed
 	gitRefName = env.BRANCH_NAME
-	dir("../${gitRefName}@script") {
-		sh "git reflog > ${out_dir}/GIT_COMMIT"
-	}
+	// dir("../${gitRefName}@script") {
+	sh "git reflog > ${out_dir}/GIT_COMMIT"
+	// }
 	git_reflog = readFile("${out_dir}/GIT_COMMIT")
 	gitRefOldValue = (git_reflog =~ /moving from (.+) to (.+)/)[0][1]
