Skip to content

Commit

Permalink
cmd/giouiorg: add new gioui.org/cmd reference
Browse files Browse the repository at this point in the history
Bump the Cloud SDK version while here.

Signed-off-by: Elias Naur <[email protected]>
  • Loading branch information
eliasnaur committed Apr 24, 2022
1 parent bf788e0 commit aa5d39c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .builds/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ tasks:
ssh-keyscan github.com > "$HOME"/.ssh/known_hosts && cd giouiorg && git push --mirror "$github_mirror" || echo "failed mirroring"
- install_gcloud: |
cd /home/build/sdk
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
echo "673f8d4af5e524dcf06547f6c2debcc02ff6678f47f67812d7f90c696cd76e96 gcloud.tar.gz" | sha256sum -c -
curl -Lso gcloud.tar.gz https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-382.0.0-linux-x86_64.tar.gz
echo "df540f9b8859eb7fd61466940cbfab7e2cbcad7148e7328cf888ad75cc378a0d gcloud.tar.gz" | sha256sum -c -
tar xzf gcloud.tar.gz
if [ -f "$gcloud_key_file" ]; then
gcloud auth activate-service-account --key-file "$gcloud_key_file"
Expand Down
3 changes: 3 additions & 0 deletions cmd/giouiorg/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ func vanityHandler(fallback http.Handler) http.Handler {
case p == "/example":
root = "gioui.org/example"
repo = "https://git.sr.ht/~eliasnaur/gio-example"
case p == "/cmd":
root = "gioui.org/cmd"
repo = "https://git.sr.ht/~eliasnaur/gio-cmd"
case p == "/website":
root = "gioui.org/website"
repo = "https://git.sr.ht/~eliasnaur/giouiorg"
Expand Down

0 comments on commit aa5d39c

Please sign in to comment.