From ab42036a256a4c7fd5c434729a3072b5415af495 Mon Sep 17 00:00:00 2001 From: 12ww1160 Date: Sun, 14 Dec 2025 14:55:26 +0100 Subject: [PATCH] OP#269 fix github stage --- Jenkinsfile | 1 - README.md | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a4b1133..0930557 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -95,7 +95,6 @@ pipeline { sshagent(['edd05eb6-26b5-4c7b-a5cc-ea2ab899f4fa']) { sh ''' git remote set-url --push master git@github.com:grizzlycoda/puppet_collection.git - git push master --mirror ''' } } diff --git a/README.md b/README.md index 2298f7b..eff0a4f 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,6 @@ # Summary -A collection of the Puppet modules I have written and published over time. \ No newline at end of file +A collection of the Puppet modules I have written and published over time. + +# Overview \ No newline at end of file