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 25
25
--workdir=/code \
26
26
-v ./main_branch:/code \
27
27
-v ./artifact/main:/artifact/main \
28
- ghcr.io/appcd-dev/appcd-dist/appcd@ v0.9.0 \
28
+ ghcr.io/appcd-dev/appcd-dist/appcd: v0.9.0 \
29
29
generate --lang Python --output=artifact/main/.appcd/charts --iac-type Helm
30
30
cd artifact/main/.appcd/charts
31
31
unzip DogeAPI.zip && rm DogeAPI.zip
47
47
--workdir=/code \
48
48
-v ./pr_branch/:/code \
49
49
-v ./artifact/${{ steps.extract_branch.outputs.branch }}:/artifact/${{ steps.extract_branch.outputs.branch }} \
50
- ghcr.io/appcd-dev/appcd-dist/appcd@ v0.9.0 \
50
+ ghcr.io/appcd-dev/appcd-dist/appcd: v0.9.0 \
51
51
generate --lang Python --iac-type Helm --output=artifact/${{ steps.extract_branch.outputs.branch }}/.appcd/charts
52
52
cd artifact/${{ steps.extract_branch.outputs.branch }}/.appcd/charts
53
53
unzip DogeAPI.zip && rm DogeAPI.zip
You can’t perform that action at this time.
0 commit comments