Skip to content

Commit d9ee8c3

Browse files
Pradip RoutaGitHub Enterprise
authored andcommitted
removed yq (#1049)
1 parent 8d1e81d commit d9ee8c3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

sps-build-scripts/create-build-manifest.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@
1616

1717
set -e
1818

19-
BINPATH="/usr/local/bin/"
20-
CV_YQ_VERSION=3.3.2
21-
echo "Installing yq..."
22-
curl -LO "https://github.com/mikefarah/yq/releases/download/$CV_YQ_VERSION/yq_linux_amd64"
23-
chmod +x yq_linux_amd64
24-
sudo mv yq_linux_amd64 ${BINPATH}/yq
25-
26-
2719
MQ_VERSION_TAG=
2820

2921
MQ_IMAGE_DEVSERVER_AMD64_DIGEST=

0 commit comments

Comments
 (0)