# HG changeset patch # User Sean E. Russell # Date 1585913309 18000 # Fri Apr 03 06:28:29 2020 -0500 # Node ID 37649e8d8e8227a281b0e5b85f9c3256a15b0e18 # Parent 958e2c828d6f7762174c452e72f0c2cf65970236 Fixing CI diff --git a/.build.yml b/.build.yml --- a/.build.yml +++ b/.build.yml @@ -5,7 +5,7 @@ sources: - hg+https://hg.sr.ht/~ser/i3quake secrets: - - 9da08cd5-411e-41f6-80c9-2482104af158 + - 45926939-38b0-4e7f-bfa5-1a5b5786a773 tasks: - build: | cd i3quake @@ -14,6 +14,5 @@ GOOS=linux go build -ldflags "-X main.Version=${VERSION} -X main.BuildDate=${BUILDDATE}" -v -o i3quake_${VERSION} . - upload: | cd i3quake - CRED=`cat ~/.credentials` VERSION=`hg log -r tip --template '{bookmarks}'` - curl --netrc-file ~/.credentials -T i3quake_${VERSION} https://downloads.ser1.net/files/ + curl --netrc-file ~/.downloads -T i3quake_${VERSION} https://downloads.ser1.net/files/