Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 1118125

Browse files
committed
Correct split line char
1 parent 5c7c814 commit 1118125

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,10 @@ jobs:
219219
# Operator Namespace
220220
kubectl create namespace securecodebox-system
221221
# Install Operator using the images of the current commit
222-
helm -n securecodebox-system install securecodebox-operator ./operator/ --wait \\
223-
--set="image.tag=sha-$(git rev-parse --short HEAD)" \\
224-
--set="image.digest=null" \\
225-
--set="image.lurcher.tag=sha-$(git rev-parse --short HEAD)" \\
222+
helm -n securecodebox-system install securecodebox-operator ./operator/ --wait \
223+
--set="image.tag=sha-$(git rev-parse --short HEAD)" \
224+
--set="image.digest=null" \
225+
--set="image.lurcher.tag=sha-$(git rev-parse --short HEAD)" \
226226
--set="image.lurcher.digest=null"
227227
- name: "Inspect Operator"
228228
run: |

0 commit comments

Comments
 (0)