mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-21 22:11:41 +01:00
ci: fix lint VSC permissions error
This commit is contained in:
parent
5b354c6598
commit
22c1605687
2 changed files with 5 additions and 2 deletions
|
@ -396,7 +396,9 @@ Keysend](https://github.com/lightningnetwork/lnd/pull/7334).
|
|||
builds](https://github.com/lightningnetwork/lnd/pull/7295).
|
||||
|
||||
* Fixed docker image version used in
|
||||
[`tools`](https://github.com/lightningnetwork/lnd/pull/7254).
|
||||
[`tools`](https://github.com/lightningnetwork/lnd/pull/7254) and golangci
|
||||
issue where [it cannot fetch
|
||||
commits](https://github.com/lightningnetwork/lnd/pull/7374).
|
||||
|
||||
### Integration test
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@ RUN cd /tmp \
|
|||
&& mkdir -p /tmp/build/.modcache \
|
||||
&& cd /tmp/tools \
|
||||
&& go install -trimpath -tags=tools github.com/golangci/golangci-lint/cmd/golangci-lint \
|
||||
&& chmod -R 777 /tmp/build/
|
||||
&& chmod -R 777 /tmp/build/ \
|
||||
&& git config --global --add safe.directory /build
|
||||
|
||||
WORKDIR /build
|
||||
|
|
Loading…
Add table
Reference in a new issue