Skip to content

Commit

Permalink
add as safe directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Jan 1, 2024
1 parent 4efa704 commit 6b1fd73
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ on:
branches: [ develop, master ]

jobs:
setup:
runs-on: int-runner-set
container:
image: ci-image:v1.0.0
options: --user 1001
build:
name: Build
runs-on: ubuntu-latest
Expand All @@ -29,6 +24,8 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up git ownershi
run: git config --system --add safe.directory /__w/agent/agent
- name: Get dependencies
run: cd machinery && go mod download
- name: Build
Expand Down

0 comments on commit 6b1fd73

Please sign in to comment.