-
Is it possible to setup the Push and Pull Pipelines in GitLab? Basically, both pipelines just use a docker image. Can we reproduce this in GitLab? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It absolutely should be possible. As long as you have the pre-reqs on the runner/agent this should work. Checkout these pipelines here in the AzOps Accelerator for examples of what you'll need to do: https://github.com/Azure/AzOps-Accelerator/tree/main/.github/workflows Required software (from the top of my head):
|
Beta Was this translation helpful? Give feedback.
-
OP did you manage to get this working in Gitlab? |
Beta Was this translation helpful? Give feedback.
It absolutely should be possible. As long as you have the pre-reqs on the runner/agent this should work.
Checkout these pipelines here in the AzOps Accelerator for examples of what you'll need to do: https://github.com/Azure/AzOps-Accelerator/tree/main/.github/workflows
Required software (from the top of my head):