using NETWORK isn't replace current network #1126
Closed
david-nano
started this conversation in
General
Replies: 2 comments 2 replies
-
Provide more information please. What's in your .gitlab-ci.yml, whats in your .gitlab-ci-local-env, what exact command did you run. |
Beta Was this translation helpful? Give feedback.
2 replies
-
This will be fixed in 4.50.0 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
The current usage, blocking me from building dockerfile (not sure what is the default network here), I've tried to add
NETWORK="host"
into file.gitlab-ci-local-env
, but got an error:what I'm doing wrong?
I think the issue is here:
https://github.com/firecow/gitlab-ci-local/blob/2053145749c5d1dd850ec55d8672bca8875dd50a/src/job.ts#L648:L655
if network provided by user, it's need to be ignored from the network provided by the tool.
Beta Was this translation helpful? Give feedback.
All reactions