Run gitlab-ci-local in Docker on Windows #1624
Winand
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
I just run |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've tried to run GCL in WSL and natively but had different problems especially with paths conversion between Windows and Linux.
Finally I started to use GCL inside Docker and it's quite usable.
Dockerfile:
start.sh
script:Add the following function to
profile.ps1
to be able to rungitlab-ci-local
command in PowerShell.Beta Was this translation helpful? Give feedback.
All reactions