diff --git a/Jenkinsfile b/Jenkinsfile index e469ffd..4f7b848 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -94,7 +94,7 @@ pipeline { steps { sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) { sh ''' - git remote set-url --add github git@github.com:grizzlycoda/puppet_collection.git + git remote set-url --push master git@github.com:grizzlycoda/puppet_collection.git push master --mirror ''' }