mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 15:40:59 +02:00
ci: fix lint VSC permissions error
This commit is contained in:
@@ -396,7 +396,9 @@ Keysend](https://github.com/lightningnetwork/lnd/pull/7334).
|
|||||||
builds](https://github.com/lightningnetwork/lnd/pull/7295).
|
builds](https://github.com/lightningnetwork/lnd/pull/7295).
|
||||||
|
|
||||||
* Fixed docker image version used in
|
* 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
|
### Integration test
|
||||||
|
|
||||||
|
@@ -11,6 +11,7 @@ RUN cd /tmp \
|
|||||||
&& mkdir -p /tmp/build/.modcache \
|
&& mkdir -p /tmp/build/.modcache \
|
||||||
&& cd /tmp/tools \
|
&& cd /tmp/tools \
|
||||||
&& go install -trimpath -tags=tools github.com/golangci/golangci-lint/cmd/golangci-lint \
|
&& 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
|
WORKDIR /build
|
||||||
|
Reference in New Issue
Block a user