File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
-v ./artifact/main:/artifact/main \
34
34
--entrypoint=appcd \
35
35
ghcr.io/appcd-dev/appcd-dist/appcd-cli:v0.9.1 \
36
- generate --mode ci --lang Python --output=/artifact/main/.appcd/charts --iac-type Helm
36
+ generate --mode ci --lang Python --log 2 -- output=/artifact/main/.appcd/charts --iac-type Helm
37
37
cd artifact/main/.appcd/charts
38
38
unzip code.zip && rm code.zip
39
39
- name : Upload logs
67
67
-e APPCD_URL=$APPCD_URL \
68
68
--entrypoint=appcd \
69
69
ghcr.io/appcd-dev/appcd-dist/appcd-cli:v0.9.1 \
70
- generate --mode ci --lang Python --iac-type Helm --output=/artifact/${{ steps.extract_branch.outputs.branch }}/.appcd/charts
70
+ generate --mode ci --lang Python --log 2 -- iac-type Helm --output=/artifact/${{ steps.extract_branch.outputs.branch }}/.appcd/charts
71
71
cd artifact/${{ steps.extract_branch.outputs.branch }}/.appcd/charts
72
72
unzip code.zip && rm code.zip
73
73
- name : Upload logs
You can’t perform that action at this time.
0 commit comments