Browse Source

agola update to 0.6.0

Signed-off-by: pipelinebuilder_pel7ppc64lebuilder0 <pipelinebuilder@powerel.org>
master
pipelinebuilder_pel7ppc64lebuilder0 3 years ago
parent
commit
6d8ec9bbab
  1. 4
      SPECS/agola.spec

4
SPECS/agola.spec

@ -1,5 +1,5 @@ @@ -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 @@ -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

Loading…
Cancel
Save