mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Remove vendored dependencies (#4110)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
COMPILER_CONTAINER="stashapp/compiler:7"
|
||||
|
||||
BUILD_DATE=`go run -mod=vendor scripts/getDate.go`
|
||||
BUILD_DATE=`go run scripts/getDate.go`
|
||||
GITHASH=`git rev-parse --short HEAD`
|
||||
STASH_VERSION=`git describe --tags --exclude latest_develop`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user