Skip to content

Commit

Permalink
Instruct provision builder to copy ca resources
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Feb 10, 2025
1 parent 4fe2e7c commit 399585d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qz/build/provision/ProvisionBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ private void ingestStep(JSONObject jsonStep, Path relativePath) throws JSONExcep
*/
public boolean copyResource(Step step) throws IOException {
switch(step.getType()) {
case CA:
case CERT:
case SCRIPT:
case SOFTWARE:
Expand Down

0 comments on commit 399585d

Please sign in to comment.