Update dependency mikefarah/yq to v4.2.0 #10

Closed
renovator wants to merge 280 commits from renovate/mikefarah-yq-4.x into master
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 5a10538e38 - Show all commits

View File

@ -22,7 +22,7 @@ ENV LHCI_BASE_DIR=/drone/src \
ADD overlay/ / ADD overlay/ /
RUN apt-get update && apt-get install -y git curl wget gnupg jq && \ RUN apt-get update && apt-get install -y git curl wget gnupg jq bash && \
curl -SsL -o /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64" && \ curl -SsL -o /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_amd64" && \
chmod 755 /usr/local/bin/yq && \ chmod 755 /usr/local/bin/yq && \
wget -qO - "https://dl-ssl.google.com/linux/linux_signing_key.pub" | apt-key add - && \ wget -qO - "https://dl-ssl.google.com/linux/linux_signing_key.pub" | apt-key add - && \

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh #!/usr/bin/env bash
set -eo pipefail set -eo pipefail
CONFIG="${LHCI_BASE_DIR%/}/.lighthouserc.yml" CONFIG="${LHCI_BASE_DIR%/}/.lighthouserc.yml"

View File

@ -1,4 +1,4 @@
#!/usr/bin/env sh #!/usr/bin/env bash
set -eo pipefail set -eo pipefail
exec /usr/local/bin/lhci "$@" exec /usr/local/bin/lhci "$@"