Skip to content

Commit 7059530

Browse files
committed
Fix quote
1 parent 3b754a7 commit 7059530

File tree

1 file changed

+1
-1
lines changed
  • openshift-ci/test

1 file changed

+1
-1
lines changed

openshift-ci/test/run

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ docker run --rm --entrypoint=/bin/sh ${IMAGE_NAME} -c 'rsync --version'
1919
docker run --rm -u $UID -v "${WORK_DIR}/../..:/grafana-operator:z" --entrypoint=/bin/sh ${IMAGE_NAME} -c "cd /grafana-operator && make code/check"
2020
docker run --rm -u $UID -v "${WORK_DIR}/../..:/grafana-operator:z" --entrypoint=/bin/sh ${IMAGE_NAME} -c "cd /grafana-operator && make code/compile"
2121
docker run --rm -u $UID -v "${WORK_DIR}/../..:/grafana-operator:z" --entrypoint=/bin/sh ${IMAGE_NAME} -c "cd /grafana-operator && make test/unit"
22-
docker run --rm -u $UID -v "${WORK_DIR}/../..:/grafana-operator:z" --entrypoint=/bin/sh ${IMAGE_NAME} -c "cd /grafana-operator && make test/e2e""
22+
docker run --rm -u $UID -v "${WORK_DIR}/../..:/grafana-operator:z" --entrypoint=/bin/sh ${IMAGE_NAME} -c "cd /grafana-operator && make test/e2e"
2323

2424
#Requires you to be oc logged in to any cluster on your host machine
2525
GRAFANA_OPERATOR_IMAGE="registry.svc.ci.openshift.org/integr8ly/grafana-operator"

0 commit comments

Comments
 (0)