Skip to content

Commit

Permalink
fix: silence devcontainer Permission denied error. Fixes #13109 (#1…
Browse files Browse the repository at this point in the history
…3111)

Signed-off-by: Adrien Delannoy <a.delannoyfr@gmail.com>
  • Loading branch information
Adrien-D authored May 29, 2024
1 parent f492ea3 commit fce51df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/pre-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sudo apt update
sudo apt install -y protobuf-compiler

# Make sure go path is owned by vscode
sudo chown -R vscode:vscode /home/vscode/go
sudo chown -R vscode:vscode /home/vscode/go || true

# download dependencies and do first-pass compile
CI=1 kit pre-up
Expand Down

0 comments on commit fce51df

Please sign in to comment.