Skip to content

Commit d06a87a

Browse files
author
Ware, Joseph (DLSLtd,RAL,LSCI)
committed
Linting and test fixes
1 parent 8490124 commit d06a87a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

copier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ docker:
105105
106106
helm:
107107
type: bool
108-
when: "{{ github_org == 'DiamondLightSource' && docker}}"
108+
when: "{{ github_org == 'DiamondLightSource'}} and docker"
109109
help: |
110110
Would you like to publish a Helm chart?
111111
You should select this if you are making a long-running service.

docs/how-to/deploy-cluster.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,3 @@ The following is a launch configuration from VSCode `launch.json`.
139139
}
140140
}
141141
```
142-

0 commit comments

Comments
 (0)