devcontainer: set commit.gpgsign as a global var

This commit is contained in:
2022-05-27 12:17:01 +00:00
committed by GitHub
parent c4ebd8d151
commit 3cf0afb6df

View File

@@ -40,4 +40,4 @@ RUN curl https://sh.rustup.rs -sSf | \
sh -s -- --default-toolchain nightly -y
ENV PATH=/root/.cargo/bin:$PATH
# Enable GPG sign by default
RUN git config commit.gpgsign true
RUN git config --global commit.gpgsign true