Skip to content

Commit 7c97f76

Browse files
Trying to get the build to run properly
1 parent bebbec1 commit 7c97f76

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.pipeline-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test:
1818
cd "$WORKSPACE/$(load_repo app-repo path)"
1919
2020
dnf update
21-
wget https://go.dev/dl/go1.23.6.linux-amd64.tar.gz
21+
wget -q https://go.dev/dl/go1.23.6.linux-amd64.tar.gz
2222
tar -C /usr/local -xzf go1.23.6.linux-amd64.tar.gz
2323
export PATH=$PATH:/usr/local/go/bin
2424
export GOPATH=$HOME/go

bin/gotest.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)