Skip to content

Commit 741022a

Browse files
committed
fixing maven settings.xml
1 parent 4ffc403 commit 741022a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/alias-test/Jenkinsfile.generate-child

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pipeline {
5959
withCredentials([file(credentialsId: "${oci_config_file_creds}", variable: 'OCI_CONFIG_FILE'),
6060
file(credentialsId: "${oci_signing_key_creds}", variable: 'OCI_SIGNING_KEY')]) {
6161
sh "mkdir -p ${jenkins_home_directory}/.oci"
62-
sh "mkdir =p ${jenkins_home_directory}/.m2"
62+
sh "mkdir -p ${jenkins_home_directory}/.m2"
6363
sh "sed -e \"s:__jenkins_home__:${jenkins_home_directory}:g\" \"\$OCI_CONFIG_FILE\" > ${jenkins_home_directory}/.oci/config"
6464
sh "cp \"\$OCI_SIGNING_KEY\" ${jenkins_home_directory}/.oci/oci-signing-key.pem"
6565
}

0 commit comments

Comments
 (0)