Skip to content

Commit

Permalink
Remove unneeded line
Browse files Browse the repository at this point in the history
  • Loading branch information
whoan committed Oct 28, 2023
1 parent e6e6feb commit 30dd604
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ _copy_yq_from_docker_image() {
local yq_path=$1
: "${yq_path:?I need a path where yq will be copied}"
local hash
yq=/usr/bin/yq
docker pull whoan/yq:4.35.2 >&2
hash=$(docker create whoan/yq:4.35.2)
docker cp "$hash":/usr/bin/yq "$yq_path"
Expand Down

0 comments on commit 30dd604

Please sign in to comment.