We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2222d1 commit dcb8fe0Copy full SHA for dcb8fe0
release/buildAndUpload.sh
@@ -9,7 +9,7 @@ build () {
9
exeName="$4"
10
echo "Building $exeName for $GOOS-$GOARCH ..."
11
12
- CGO_ENABLED=0 jf go build -o "$exeName" -ldflags '-w -extldflags "-static" -X github.com/jfrog/frogbot/utils/utils.FrogbotVersion='$version
+ CGO_ENABLED=0 jf go build -o "$exeName" -ldflags '-w -extldflags "-static" -X github.com/jfrog/frogbot/utils.FrogbotVersion='$version
13
chmod +x $exeName
14
15
# Run verification after building plugin for the correct platform of this image.
0 commit comments