Skip to content

Commit 73844e6

Browse files
committed
cmd/giouiorg: add new gioui.org/cmd reference
Bump the Cloud SDK version while here. Signed-off-by: Elias Naur <mail@eliasnaur.com>
1 parent bf788e0 commit 73844e6

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.builds/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ tasks:
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"

cmd/giouiorg/main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)