Merge pull request #89 from zacatac/zack/private-github
Ensure "ghtoken" is available in "$PATH"
This commit is contained in:
commit
8fed5b0501
|
@ -77,7 +77,7 @@ ADD cargo-config.toml /home/rust/.cargo/config
|
||||||
|
|
||||||
# Set up a `git credentials` helper for using GH_USER and GH_TOKEN to access
|
# Set up a `git credentials` helper for using GH_USER and GH_TOKEN to access
|
||||||
# private repositories if desired.
|
# private repositories if desired.
|
||||||
ADD git-credential-ghtoken /usr/local/bin
|
ADD git-credential-ghtoken /usr/local/bin/ghtoken
|
||||||
RUN git config --global credential.https://github.com.helper ghtoken
|
RUN git config --global credential.https://github.com.helper ghtoken
|
||||||
|
|
||||||
# Build a static library version of OpenSSL using musl-libc. This is needed by
|
# Build a static library version of OpenSSL using musl-libc. This is needed by
|
||||||
|
|
Loading…
Reference in a new issue