File tree 2 files changed +8
-12
lines changed
2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 33
33
ghcr.io/appcd-dev/appcd-dist/appcd-cli:v0.9.1 \
34
34
generate --mode ci --lang Python --output=/artifact/main/.appcd/charts --iac-type Helm
35
35
cd artifact/main/.appcd/charts
36
- ls -latr
37
36
unzip code.zip && rm code.zip
38
37
- name : Checkout PR Branch
39
38
uses : actions/checkout@v4
@@ -53,14 +52,14 @@ jobs:
53
52
run : |
54
53
mkdir -p artifact/${{ steps.extract_branch.outputs.branch }}/
55
54
docker run --rm \
56
- --workdir=/code \
57
- -v ./pr_branch/:/code \
58
- -v ./artifact/${{ steps.extract_branch.outputs.branch }}:/artifact/${{ steps.extract_branch.outputs.branch }} \
59
- -e APPCD_TOKEN=$APPCD_TOKEN \
60
- -e APPCD_URL=$APPCD_URL \
61
- --entrypoint=appcd \
62
- ghcr.io/appcd-dev/appcd-dist/appcd-cli:v0.9.1 \
63
- generate --mode ci --lang Python --iac-type Helm --output=/artifact/${{ steps.extract_branch.outputs.branch }}/.appcd/charts
55
+ --workdir=/code \
56
+ -v ./pr_branch/:/code \
57
+ -v ./artifact/${{ steps.extract_branch.outputs.branch }}:/artifact/${{ steps.extract_branch.outputs.branch }} \
58
+ -e APPCD_TOKEN=$APPCD_TOKEN \
59
+ -e APPCD_URL=$APPCD_URL \
60
+ --entrypoint=appcd \
61
+ ghcr.io/appcd-dev/appcd-dist/appcd-cli:v0.9.1 \
62
+ generate --mode ci --lang Python --iac-type Helm --output=/artifact/${{ steps.extract_branch.outputs.branch }}/.appcd/charts
64
63
cd artifact/${{ steps.extract_branch.outputs.branch }}/.appcd/charts
65
64
unzip code.zip && rm code.zip
66
65
- name : Copy infrastructure files if empty
Original file line number Diff line number Diff line change @@ -174,6 +174,3 @@ dev.pem
174
174
.appcd /charts /
175
175
cpg.bin
176
176
analyzer.log
177
- * .cpg.bin
178
- * .zip
179
- helm
You can’t perform that action at this time.
0 commit comments