Skip to content

Commit ed79774

Browse files
authored
Merge pull request #183 from microsoftgraph/rsh/cleanupWorkflow
Cleaning up build workflow
2 parents df63e9c + 1d1676f commit ed79774

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/gradle-build.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -79,20 +79,11 @@ jobs:
7979
branch: dev
8080
event: push
8181
name: drop
82-
path: artifacts/previous/
83-
84-
- name: Display structure of downloaded files
85-
run: ls -R
86-
working-directory: artifacts/previous/
87-
88-
- name: Display structure of downloaded files
89-
run: ls -R
90-
working-directory: artifacts/current/
91-
82+
path: artifacts/previous/
9283
- name: Run PKG Diff
9384
run: |
9485
sudo apt install pkgdiff
95-
pkgdiff -hide-unchanged ${{ env.PRIOR_PKG_DIFF }} ${{ env.CURRENT_PKG_DIFF }} 2> /dev/null
86+
pkgdiff -hide-unchanged ${{ env.PRIOR_PKG_DIFF }} ${{ env.CURRENT_PKG_DIFF }}
9687
- name: Upload Diff Artifact
9788
if: ${{ always() }}
9889
uses: actions/[email protected]

0 commit comments

Comments
 (0)