cds update version
Signed-off-by: pipelinebuilder_pel7ppc64lebuilder0 <pipelinebuilder@powerel.org>master
parent
3ce4706b8a
commit
4f08fd361e
|
@ -1,5 +1,5 @@
|
|||
Name: cds
|
||||
Version: 0.40.0
|
||||
Version: 0.48.1
|
||||
Release: 1%{?dist}
|
||||
Summary: 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")
|
||||
%ifarch x86_64
|
||||
export ARCH=amd64
|
||||
%else
|
||||
export ARCH=%{_arch}
|
||||
%endif
|
||||
cd src/github.com/ovh/cds/
|
||||
pushd cli/cdsctl
|
||||
|
|
Loading…
Reference in New Issue