python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
GitLab Runner register shows i/o timeout in Docker
I'm trying to setup GitLab in my local machine and install GitLab and GitLab Runner in Docker:
CONTAINER ID IMAGE COMMAND CREATED STATUS ...
NikSU
Votes: 0
Answers: 1
Disable free minutes in Gitlab Runner
I currently have an instance in AWS running the pipelines in docker using runners.
Until yesterday everything was going great running everything in the instance, but today it has used the Gitlab runne...
Gamaor
Votes: 0
Answers: 0
Shell executor fails to prepare environment in Ubuntu 20.04 Gitlab Runner
Summary
After updating our build system to Ubuntu 20.04, any job using the Shell executor fails:
Running with gitlab-runner 13.1.1 (6fbc7474)
on [redacted]
Preparing the "shell" executor
0...
Muhammadsiddiq
Votes: 0
Answers: 1
How to pass variable from GitLab CI Linux job with artifacts to a job which, is executed with shell-windows-runner
I have two jobs on a GitLab pipeline:
In the first one I save a value into a txt file in order to share this value through an artifact to the next job.
The second one is a dotnet job and I would like ...
mggSoft
Votes: 0
Answers: 1