add git http creds helper
This commit is contained in:
parent
9664581b71
commit
d5fb22ea8a
2 changed files with 4 additions and 0 deletions
|
|
@ -5,5 +5,6 @@ RUN wget -O /tmp/terraform.zip https://releases.hashicorp.com/terraform/0.12.6/t
|
|||
RUN unzip /tmp/terraform.zip
|
||||
RUN mv terraform /usr/bin/
|
||||
|
||||
COPY git-askpass-helper.sh /usr/bin/git-pass
|
||||
COPY shared-creds /root/.aws/credentials
|
||||
COPY atmos.py /usr/bin/atmos
|
||||
3
git-askpass-helper.sh
Executable file
3
git-askpass-helper.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo ${GIT_PASSWORD}
|
||||
Loading…
Add table
Reference in a new issue