diff options
| author | Ahmed AbdelHalim <[email protected]> | 2025-09-09 22:05:18 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2025-09-09 22:05:18 +0200 |
| commit | c5fe83c193e307673407c2e02f57a55c72471a99 (patch) | |
| tree | 14757c0cce54ebd93ccd3bfb8a4c451961446026 | |
| parent | e3aed3022ff51a5f3b05cc5b8a5076199075c6f1 (diff) | |
Fix the build after renaming the repo
| -rw-r--r-- | .build.yml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |
