cds update version
Signed-off-by: pipelinebuilder_pel7ppc64lebuilder0 <pipelinebuilder@powerel.org>master
parent
3ce4706b8a
commit
4f08fd361e
SPECS
|
@ -1,5 +1,5 @@
|
||||||
Name: cds
|
Name: cds
|
||||||
Version: 0.40.0
|
Version: 0.48.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Pipeline
|
Summary: Pipeline
|
||||||
Group: System/Pipeline
|
Group: System/Pipeline
|
||||||
|
@ -28,6 +28,8 @@ export GEN_PATH="$GOPATH/src/github.com/ovh/cds/docs/content/docs/components"
|
||||||
export DATE=$(date "+%m/%d/%y-%H:%M:%S")
|
export DATE=$(date "+%m/%d/%y-%H:%M:%S")
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
export ARCH=amd64
|
export ARCH=amd64
|
||||||
|
%else
|
||||||
|
export ARCH=%{_arch}
|
||||||
%endif
|
%endif
|
||||||
cd src/github.com/ovh/cds/
|
cd src/github.com/ovh/cds/
|
||||||
pushd cli/cdsctl
|
pushd cli/cdsctl
|
||||||
|
|
Loading…
Reference in New Issue