3
0

OP#269 fix github stage

This commit is contained in:
12ww1160
2025-12-14 14:51:12 +01:00
parent a81a014abb
commit eaf68dbb4f

2
Jenkinsfile vendored
View File

@@ -95,7 +95,7 @@ pipeline {
sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) {
sh '''
git remote set-url --push master git@github.com:grizzlycoda/puppet_collection.git
push master --mirror
git push master --mirror
'''
}
}