From a0897294db9b0e09ae825176203e00f56af3e985 Mon Sep 17 00:00:00 2001 From: Philipp Dieter Date: Mon, 21 Mar 2022 22:12:31 +0100 Subject: [PATCH] [TASK] Update version schema --- pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline.yml b/pipeline.yml index 4abe579..6bb3c5f 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -48,7 +48,7 @@ jobs: - -c - | export VERSION="$(cat go-gitea/version)" - export VERSION_OUT="$(cat go-gitea/version)+$(date +%s)" + export VERSION_OUT="$(cat go-gitea/version)-$(date +%s)" gem install fpm chmod +x go-gitea/gitea-${VERSION}-linux-amd64 fpm --verbose -f -n gitea -s dir -t deb -v $VERSION_OUT go-gitea/gitea-${VERSION}-linux-amd64=/usr/bin/gitea