summaryrefslogtreecommitdiffstats
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index 60523a4..28cb358 100644
--- a/.build.yml
+++ b/.build.yml
@@ -22,6 +22,8 @@ tasks:
# This is for not having to cd into the <repo> for each task
echo 'cd wireguard-gateway-portal' >> ~/.buildenv
echo 'export "PATH=/home/build/go/bin:$PATH"' >> ~/.buildenv
+ - mirror: |
+ git push --force --mirror [email protected]:a14m/wireguard-gateway-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
@@ -34,5 +36,3 @@ tasks:
make lint
- build: |
make build
- - mirror: |
- git push --force --mirror [email protected]:a14m/wireguard-gateway-portal.git