File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 ssh-keyscan github.com > "$HOME"/.ssh/known_hosts && cd giouiorg && git push --mirror "$github_mirror" || echo "failed mirroring"
5757 - install_gcloud : |
5858 cd /home/build/sdk
59- curl -Lso gcloud.tar.gz https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-321 .0.0-linux-x86_64.tar.gz
60- echo "673f8d4af5e524dcf06547f6c2debcc02ff6678f47f67812d7f90c696cd76e96 gcloud.tar.gz" | sha256sum -c -
59+ curl -Lso gcloud.tar.gz https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-382 .0.0-linux-x86_64.tar.gz
60+ echo "df540f9b8859eb7fd61466940cbfab7e2cbcad7148e7328cf888ad75cc378a0d gcloud.tar.gz" | sha256sum -c -
6161 tar xzf gcloud.tar.gz
6262 if [ -f "$gcloud_key_file" ]; then
6363 gcloud auth activate-service-account --key-file "$gcloud_key_file"
Original file line number Diff line number Diff line change @@ -113,6 +113,9 @@ func vanityHandler(fallback http.Handler) http.Handler {
113113 case p == "/example" :
114114 root = "gioui.org/example"
115115 repo = "https://git.sr.ht/~eliasnaur/gio-example"
116+ case p == "/cmd" :
117+ root = "gioui.org/cmd"
118+ repo = "https://git.sr.ht/~eliasnaur/gio-cmd"
116119 case p == "/website" :
117120 root = "gioui.org/website"
118121 repo = "https://git.sr.ht/~eliasnaur/giouiorg"
You can’t perform that action at this time.
0 commit comments