forked from warrensbox/tgswitch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Replaced warrensbox with EliaBracciSumo"
This reverts commit 19759dc.
- Loading branch information
Elia Bracci
committed
Dec 20, 2022
1 parent
19759dc
commit 2b21bd8
Showing
11 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ jobs: | |
docker: | ||
- image: circleci/golang:1.17 | ||
|
||
working_directory: /go/src/github.com/EliaBracciSumo/tgswitch | ||
working_directory: /go/src/github.com/warrensbox/tgswitch | ||
|
||
steps: | ||
- checkout | ||
|
@@ -24,7 +24,7 @@ jobs: | |
docker: | ||
- image: circleci/golang:1.17 | ||
|
||
working_directory: /go/src/github.com/EliaBracciSumo/tgswitch | ||
working_directory: /go/src/github.com/warrensbox/tgswitch | ||
|
||
steps: | ||
- checkout | ||
|
@@ -37,10 +37,10 @@ jobs: | |
export RELEASE_VERSION; | ||
echo $RELEASE_VERSION | ||
mkdir -p /home/circleci/bin | ||
export PATH="/home/EliaBracciSumo/bin:${PATH}" | ||
export PATH="/home/warrensbox/bin:${PATH}" | ||
rm -rf dist | ||
git config user.email "[email protected]" | ||
git config user.name "EliaBracciSumo" | ||
git config user.name "warrensbox" | ||
git tag -a ${RELEASE_VERSION} -m "Release Version" | ||
git push origin ${RELEASE_VERSION} | ||
curl -L https://git.io/goreleaser | bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
EXE := tgswitch | ||
PKG := github.com/EliaBracciSumo/tgswitch | ||
VER := $(shell { git ls-remote --tags . 2>/dev/null || git ls-remote --tags [email protected]:EliaBracciSumo/tgswitch.git; } | awk '{if ($$2 ~ "\\^\\{\\}$$") next; print vers[split($$2,vers,"\\/")]}' | sort -n -t. -k1,1 -k2,2 -k3,3 | tail -1) | ||
PKG := github.com/warrensbox/tgswitch | ||
VER := $(shell { git ls-remote --tags . 2>/dev/null || git ls-remote --tags [email protected]:warrensbox/tgswitch.git; } | awk '{if ($$2 ~ "\\^\\{\\}$$") next; print vers[split($$2,vers,"\\/")]}' | sort -n -t. -k1,1 -k2,2 -k3,3 | tail -1) | ||
PATH := build:$(PATH) | ||
GOOS ?= $(shell go env GOOS) | ||
GOARCH ?= $(shell go env GOARCH) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module github.com/EliaBracciSumo/tgswitch | ||
module github.com/warrensbox/tgswitch | ||
|
||
go 1.16 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters