From 600b15c6f95a4c0fd0677f0a1d26a97093fcd2b2 Mon Sep 17 00:00:00 2001 From: Florian Erbs Date: Sun, 27 Sep 2020 01:07:28 +0200 Subject: [PATCH] removed the latest build --- .gitlab-ci.yml | 18 ------------------ Readme.md | 2 -- 2 files changed, 20 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2987e60..3dea8c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,21 +15,3 @@ build_binary_with_release_tag: script: - go build -o goverwatch_$CI_COMMIT_TAG.exe main.go - curl --location --request POST 'https://cdn.aptinstall.de/upload' --form 'file=@goverwatch_'$CI_COMMIT_TAG'.exe' --form 'key='$API_KEY - - -build_binary_without_release_tag: - stage: build - image: golang:buster - before_script: - - apt update && apt upgrade -y - - apt install libpcap-dev curl gcc-mingw-w64-x86-64 file -y - - go get - - export GOOS=windows - - export GOARCH=amd64 - script: - - go build -o goverwatch_latest.exe main.go - - curl --location --request GET 'https://cdn.aptinstall.de/delete?key='$API_KEY'&filename=goverwatch_latest.exe' - - curl --location --request POST 'https://cdn.aptinstall.de/upload' --form 'file=@goverwatch_latest.exe' --form 'key='$API_KEY - - file goverwatch_latest.exe - only: - - master \ No newline at end of file diff --git a/Readme.md b/Readme.md index 443c79d..986338a 100644 --- a/Readme.md +++ b/Readme.md @@ -10,8 +10,6 @@ Also you need to install [npcap](https://nmap.org/npcap/windows-10.html) which i Alternatively clone this repo and compile it yourself ```go build -o goverwatch.exe main.go``` -Latest build: https://cdn.aptinstall.de/download/goverwatch_latest.exe - ## Usage Start GOverwatch, after finding the Demo it will prompt you and ask in which round your overwatch case started at.