Skip to content

Commit 3eb3711

Browse files
committed
DEBUG
Signed-off-by: Thomas Tanaka <thomas.tanaka@oracle.com>
1 parent 3091a86 commit 3eb3711

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

buildrpm/cluster-api.spec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ A CLI tool that handles the lifecycle of a Cluster API management cluster.
3535
%setup -q -n %{name}-%{version}
3636

3737
%build
38-
export GO_VERSION=$(grep go go.mod | head -n1 | awk'{print $2}')
39-
export GO_DIRECTIVE_VERSION=$GO_VERSION
38+
#export GO_VERSION=$(grep go go.mod | head -n1 | awk '{print $2}')
39+
#export GO_DIRECTIVE_VERSION=$GO_VERSION
4040

41-
echo $GO_VERSION
42-
echo $GO_DIRECTIVE_VERSION
41+
#echo $GO_VERSION
42+
#echo $GO_DIRECTIVE_VERSION
4343
git fetch --tags
4444
go mod download
4545
make manager-core

0 commit comments

Comments
 (0)