add git http creds helper

This commit is contained in:
conor 2019-08-14 12:49:55 +02:00
parent 9664581b71
commit d5fb22ea8a
2 changed files with 4 additions and 0 deletions

View file

@ -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 unzip /tmp/terraform.zip
RUN mv terraform /usr/bin/ RUN mv terraform /usr/bin/
COPY git-askpass-helper.sh /usr/bin/git-pass
COPY shared-creds /root/.aws/credentials COPY shared-creds /root/.aws/credentials
COPY atmos.py /usr/bin/atmos COPY atmos.py /usr/bin/atmos

3
git-askpass-helper.sh Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
echo ${GIT_PASSWORD}