Skip to content

Commit

Permalink
fix: yamllint issue: too few spaces before comment
Browse files Browse the repository at this point in the history
This is not related to pushing Dockerfile. Detected by CI yamllint
check.

Signed-off-by: Chenxiong Qi <[email protected]>
  • Loading branch information
tkdchen committed Jul 12, 2024
1 parent fef74dc commit 471879c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/eaas-provision-space/0.1/eaas-provision-space.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
- name: OWNER_UID
value: $(params.ownerUid)
- name: TIER_NAME
value: appstudio-env # Temporary until the EaaS tier is ready
value: appstudio-env # Temporary until the EaaS tier is ready
script: |
#!/bin/bash
set -eo pipefail
Expand Down

0 comments on commit 471879c

Please sign in to comment.