We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9b6f1 commit e0d155dCopy full SHA for e0d155d
.github/workflows/appcd-iac-pr-diff.yml
@@ -33,8 +33,7 @@ jobs:
33
ghcr.io/appcd-dev/appcd-dist/appcd-cli:v0.9.1 \
34
generate --mode ci --lang Python --log 2 --output=/artifact/main/.appcd/charts --iac-type Helm
35
cd artifact/main/.appcd/charts
36
- ls -latr
37
- unzip scan.zip && rm scan.zip && ls -latr
+ unzip scan.zip && rm scan.zip && ls -latr && pwd
38
- name: Upload logs
39
uses: actions/upload-artifact@v2
40
with:
@@ -100,7 +99,6 @@ jobs:
100
99
cd ..
101
mv artifact/${{ steps.extract_branch.outputs.branch }}/.appcd pr_branch/deployment_files/
102
cd pr_branch
103
- git add deployment_files/
104
git diff --output=../diff.txt deployment_files/ | cat
105
cat ../diff.txt
106
- name: Comment PR with IaC Changes
0 commit comments