Skip to content

Commit 9400af6

Browse files
authored
[Ubuntu] Install yq to /usr/bin (actions#3768)
* Installation to /usr/local/bin break some workflows
1 parent 0992088 commit 9400af6

File tree

1 file changed

+1
-1
lines changed
  • images/linux/scripts/installers

1 file changed

+1
-1
lines changed

images/linux/scripts/installers/yq.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ echo "Downloading latest yq from $YQ_URL"
1111

1212
download_with_retries "$YQ_URL" "/tmp" "${YQ_BINARY}.tar.gz"
1313
tar xzf "/tmp/${YQ_BINARY}.tar.gz" -C "/tmp"
14-
mv /tmp/${YQ_BINARY} /usr/local/bin/yq
14+
mv /tmp/${YQ_BINARY} /usr/bin/yq
1515

1616
invoke_tests "Tools" "yq"

0 commit comments

Comments
 (0)