Skip to content

Commit 5bfbae5

Browse files
szhGitHub Enterprise
authored andcommitted
Merge pull request #62 from Conjur-Enterprise/fix-promote
CNJR-0000: Fix git permissions issue
2 parents 7ce71df + 76ff901 commit 5bfbae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if (params.MODE == "PROMOTE") {
4040

4141
// Ensure the working directory is a safe git directory for the subsequent
4242
// promotion operations after this block.
43-
INFRAPOOL_EXECUTORV2_AGENT_0.agentSh 'git config --global --add safe.directory "$(pwd)"'
43+
sh 'git config --global --add safe.directory "$(pwd)"'
4444
}
4545

4646
// Copy Github Enterprise release to Github

0 commit comments

Comments
 (0)