Commit 5736b63d authored by carignani's avatar carignani
Browse files

fix refspec for tags

parent 5cbea6bb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ pipeline {
                        submoduleCfg: [],
                        userRemoteConfigs: [[
                        credentialsId: 'f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e',
			            refspec: '+refs/tags/*:refs/remotes/origin/tags/*',
                        url: "${env.gitlabSourceRepoSshUrl}" ]]
                    ]
                }