From 6d8ec9bbab5ef50d05a17450fb6ebc295b1679bd Mon Sep 17 00:00:00 2001 From: pipelinebuilder_pel7ppc64lebuilder0 Date: Sat, 16 Oct 2021 12:30:16 +0200 Subject: [PATCH] agola update to 0.6.0 Signed-off-by: pipelinebuilder_pel7ppc64lebuilder0 --- SPECS/agola.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SPECS/agola.spec b/SPECS/agola.spec index 7f3fe3f..2a007f5 100644 --- a/SPECS/agola.spec +++ b/SPECS/agola.spec @@ -1,5 +1,5 @@ Name: agola -Version: 0.4.0 +Version: 0.6.0 Release: 1%{?dist} Summary: Abstruse is a free and open-source CI/CD platform that tests your models and code. Group: System/Pipeline @@ -27,8 +27,10 @@ git clone https://github.com/agola-io/agola-web %build export GOPATH=`pwd` export GO111MODULE=on +GOBIN=$GOPATH/src/github.com/agola-io/agola/tools/bin go install github.com/go-bindata/go-bindata/go-bindata@latest pushd src/github.com/agola-io/agola-web npm install +npm run build popd pushd src/github.com/agola-io/agola %ifarch ppc64