Skip to content

Commit

Permalink
Fix syntax error in Dockerfile of OpenShift CI jobs (#646)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmytro Nochevnov <[email protected]>
  • Loading branch information
dmytro-ndp authored Jan 19, 2024
1 parent e1ae06e commit fa7d644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/openshift-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ FROM registry.ci.openshift.org/openshift/release:golang-1.18
# hadolint ignore=DL3002
USER 0

SHELL ["/bin/bash", "-c"]

# Install yq, kubectl, chectl cli used by olm/olm.sh script.
# hadolint ignore=DL3041
# Install yq, kubectl, chectl cli.
Expand All @@ -25,5 +27,3 @@ RUN yum install --assumeyes -d1 psmisc python3-pip httpd-tools nodejs && \
chmod +x ./kubectl && \
mv ./kubectl /usr/local/bin && \
bash <(curl -sL https://www.eclipse.org/che/chectl/) --channel=next

SHELL ["/bin/bash", "-c"]

0 comments on commit fa7d644

Please sign in to comment.