Skip to content

Commit e0d155d

Browse files
committed
which dir
1 parent cf9b6f1 commit e0d155d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
ghcr.io/appcd-dev/appcd-dist/appcd-cli:v0.9.1 \
3434
generate --mode ci --lang Python --log 2 --output=/artifact/main/.appcd/charts --iac-type Helm
3535
cd artifact/main/.appcd/charts
36-
ls -latr
37-
unzip scan.zip && rm scan.zip && ls -latr
36+
unzip scan.zip && rm scan.zip && ls -latr && pwd
3837
- name: Upload logs
3938
uses: actions/upload-artifact@v2
4039
with:
@@ -100,7 +99,6 @@ jobs:
10099
cd ..
101100
mv artifact/${{ steps.extract_branch.outputs.branch }}/.appcd pr_branch/deployment_files/
102101
cd pr_branch
103-
git add deployment_files/
104102
git diff --output=../diff.txt deployment_files/ | cat
105103
cat ../diff.txt
106104
- name: Comment PR with IaC Changes

0 commit comments

Comments
 (0)