Skip to content

Commit

Permalink
Update gitlab host
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Nov 14, 2023
1 parent 032779b commit 18503bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: ./
name: Run test
with:
GL_SERVER_URL: http://127.0.0.1:8080
GL_SERVER_URL: http://172.17.0.1:8080
GL_PROJECT_ID: '1000'
GL_RUNNER_TOKEN: some_long_runner_token
GL_API_TOKEN: TEST1234567890123456
Expand Down
1 change: 0 additions & 1 deletion lib/action/step/start_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def execute
'Binds' => [
'/var/run/docker.sock:/var/run/docker.sock:ro'
],
'NetworkMode' => 'host'
}
)

Expand Down

0 comments on commit 18503bf

Please sign in to comment.