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

Commit 5c7c814

Browse files
committed
Move comments up to not clash with the command
1 parent 8eaa4ec commit 5c7c814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ jobs:
218218
219219
# Operator Namespace
220220
kubectl create namespace securecodebox-system
221+
# Install Operator using the images of the current commit
221222
helm -n securecodebox-system install securecodebox-operator ./operator/ --wait \\
222-
# Use the image of the current commit
223223
--set="image.tag=sha-$(git rev-parse --short HEAD)" \\
224224
--set="image.digest=null" \\
225225
--set="image.lurcher.tag=sha-$(git rev-parse --short HEAD)" \\

0 commit comments

Comments
 (0)