Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Small Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Medzik authored and Medzik committed Jul 19, 2021
1 parent 7a5a86a commit e5bb069
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 79 deletions.
22 changes: 0 additions & 22 deletions .gitlab-ci.yml

This file was deleted.

5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ BINARY_NAME=pingbot.out
build:
go build -o ${BINARY_NAME}

all:
./build.sh

run:
go run .

Expand All @@ -14,4 +11,4 @@ deps:

clean:
go clean
rm pingbot* MD5* SHA256* VERSION
rm pingbot* dist/
49 changes: 0 additions & 49 deletions build.sh

This file was deleted.

5 changes: 1 addition & 4 deletions config/update.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
package config

import (
"fmt"
"runtime"
"time"
)

var GH_Repo = "MagicJuszer/go-pingbot"
var Latest_Binary = fmt.Sprintf("https://gitlab.com/gaming0skar123/go/pingbot/-/jobs/artifacts/main/raw/pingbot-%s-%s?job=build", runtime.GOOS, runtime.GOARCH)
var GH_Repo = "MedzikUser/go-pingbot"
var Latest_Version_Check = 2 * time.Minute

0 comments on commit e5bb069

Please sign in to comment.