How do I push to a repo from within a gitlab CI pipeline?

后端 未结 5 1624
伪装坚强ぢ
伪装坚强ぢ 2020-12-17 10:31

In my CI pipeline I am generating an artifact public/graph.png that visualises some aspect of my code. In a later step I want to commit that to the repo from wi

5条回答
  •  没有蜡笔的小新
    2020-12-17 11:16

    Solved it. Issuing git config --global http.sslverify "false" prior to the push solved that particular problem (it exposed another problem but that's for another thread :) )

提交回复
热议问题