summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-09-09 22:05:18 +0200
committerAhmed AbdelHalim <[email protected]>2025-09-09 22:05:18 +0200
commitc5fe83c193e307673407c2e02f57a55c72471a99 (patch)
tree14757c0cce54ebd93ccd3bfb8a4c451961446026
parente3aed3022ff51a5f3b05cc5b8a5076199075c6f1 (diff)
Fix the build after renaming the repo
-rw-r--r--.build.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.build.yml b/.build.yml
index b9a4154..8810ac9 100644
--- a/.build.yml
+++ b/.build.yml
@@ -13,17 +13,17 @@ packages:
- nodejs
- npm
artifacts:
- - wireguard-gateway-portal/dist/wg-portal-linux-amd64
- - wireguard-gateway-portal/dist/wg-portal-linux-arm64
- - wireguard-gateway-portal/dist/wg-portal-linux-arm
- - wireguard-gateway-portal/dist/checksums.txt
+ - wg-portal/dist/wg-portal-linux-amd64
+ - wg-portal/dist/wg-portal-linux-arm64
+ - wg-portal/dist/wg-portal-linux-arm
+ - wg-portal/dist/checksums.txt
tasks:
- setup: |
# This is for not having to cd into the <repo> for each task
- echo 'cd wireguard-gateway-portal' >> ~/.buildenv
+ echo 'cd wg-portal' >> ~/.buildenv
echo 'export "PATH=/home/build/go/bin:$PATH"' >> ~/.buildenv
- mirror: |
- git push --force --mirror [email protected]:a14m/wireguard-gateway-portal.git
+ git push --force --mirror [email protected]:a14m/wg-portal.git
- deps: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(go env GOPATH)/bin
golangci-lint --version