diff options
author | alexandreFre <51956137+alexandreFre@users.noreply.github.com> | 2019-07-05 10:07:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-05 10:07:21 +0200 |
commit | 35d1f8deb10896fc2635ab905922268e4cf266dc (patch) | |
tree | 308e98bf66512b843857a0403fe8bd9aa03f2eeb /scripts | |
parent | d564d146deaa5e5c5e66a7407efce8e16933f921 (diff) | |
parent | 68936298c66845b16c718cbcfad8ae36ecd5fdfe (diff) | |
download | terraform-provider-mailgun-35d1f8deb10896fc2635ab905922268e4cf266dc.tar.gz terraform-provider-mailgun-35d1f8deb10896fc2635ab905922268e4cf266dc.tar.zst terraform-provider-mailgun-35d1f8deb10896fc2635ab905922268e4cf266dc.zip |
Merge pull request #7 from alexandreFre/add_doc
Add automatic testing on Travis
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gogetcookie.sh | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/scripts/gogetcookie.sh b/scripts/gogetcookie.sh index 26c63a6..37955fc 100755 --- a/scripts/gogetcookie.sh +++ b/scripts/gogetcookie.sh | |||
@@ -1,10 +1,9 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | 2 | ||
3 | touch ~/.gitcookies | 3 | touch ~/.gitcookies |
4 | chmod 0600 ~/.gitcookies | 4 | chmod 0600 ~/.gitcookies |
5 | 5 | ||
6 | git config --global http.cookiefile ~/.gitcookies | 6 | git config --global http.cookiefile ~/.gitcookies |
7 | 7 | ||
8 | tr , \\t <<\__END__ >>~/.gitcookies | 8 | tr , \\t <<\__END__ >>~/.gitcookies |
9 | .googlesource.com,TRUE,/,TRUE,2147483647,o,git-paul.hashicorp.com=1/z7s05EYPudQ9qoe6dMVfmAVwgZopEkZBb1a2mA5QtHE | 9 | .googlesource.com,TRUE,/,TRUE,2147483647,o,git-alexandre.namebla.gmail.com=1/OtfvUDYg3VAHfIxaqjAuv8MJqu6--gSU_zSkD8YkKPc |
10 | __END__ | ||