Skip to content

Commit

Permalink
Merge branch 'jobatzil/make' of _OKE5H2PQKOUfzFFDuD4FA/default/CODE/g…
Browse files Browse the repository at this point in the history
…itness (#33)
  • Loading branch information
johannesHarness authored and Harness committed Apr 19, 2023
2 parents a33bbc0 + 3a08035 commit 3f19c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ WORKDIR /app
# Access to private repos
ARG GITHUB_ACCESS_TOKEN
RUN git config --global url."https://${GITHUB_ACCESS_TOKEN}:[email protected]/harness".insteadOf "https://github.com/harness"
RUN git config --global --add safe.directory '/app'
RUN go env -w GOPRIVATE=github.com/harness/*

# Get dependancies - will also be cached if we won't change mod/sum
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.gitrpc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ WORKDIR /app
# Access to private repos
ARG GITHUB_ACCESS_TOKEN
RUN git config --global url."https://${GITHUB_ACCESS_TOKEN}:[email protected]/harness".insteadOf "https://github.com/harness"
RUN git config --global --add safe.directory '/app'
RUN go env -w GOPRIVATE=github.com/harness/*

# Get dependancies - will also be cached if we won't change mod/sum
Expand Down

0 comments on commit 3f19c98

Please sign in to comment.