mirror of
https://github.com/the-programmers-hangout/swiftspiracy-bot.git
synced 2026-09-04 01:06:01 +02:00
add interaction handler to debug build info
This commit is contained in:
@@ -15,7 +15,7 @@ MAKEFLAGS += --no-builtin-rules
|
||||
|
||||
# VARIABLES
|
||||
GIT_COMMIT = $(shell git rev-parse --verify HEAD)
|
||||
BUILD_DATE = $(shell date +”%Y.%m.%d.%H%M%S”)
|
||||
BUILD_DATE = $(shell date +%Y.%m.%d.%H%M%S)
|
||||
|
||||
GOSERVICES = $(sort $(notdir $(realpath $(dir $(wildcard ./cmd/*/main.go)))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user