Skip to content

Commit 39e515f

Browse files
committed
more verbose logs
1 parent 229e4ad commit 39e515f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/appcd-iac-pr-diff.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
-v ./artifact/main:/artifact/main \
3434
--entrypoint=appcd \
3535
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
3737
cd artifact/main/.appcd/charts
3838
unzip code.zip && rm code.zip
3939
- name: Upload logs
@@ -67,7 +67,7 @@ jobs:
6767
-e APPCD_URL=$APPCD_URL \
6868
--entrypoint=appcd \
6969
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
7171
cd artifact/${{ steps.extract_branch.outputs.branch }}/.appcd/charts
7272
unzip code.zip && rm code.zip
7373
- name: Upload logs

0 commit comments

Comments
 (0)