terraform-provider-google/scripts/gogetcookie.sh
The Magician 222c287629 Update the googlesource cookie for the Terraform providers. (#3002)
Signed-off-by: Modular Magician <magic-modules@google.com>
2019-02-05 11:28:53 -08:00

11 lines
273 B
Bash
Executable File

#!/bin/bash
touch ~/.gitcookies
chmod 0600 ~/.gitcookies
git config --global http.cookiefile ~/.gitcookies
tr , \\t <<\__END__ >>~/.gitcookies
go.googlesource.com,FALSE,/,TRUE,2147483647,o,git-rileykarson.google.com=1/rOwTyPQnsZnGgNtlqMhkqM63-n0W68pQ7GfhAKGIy4E
__END__