Skip to content

Commit

Permalink
Merge pull request #5604 from LakshanWeerasinghe/update-daily-build-w…
Browse files Browse the repository at this point in the history
…orkflow

Add a step to clear created artefacts
  • Loading branch information
LakshanWeerasinghe authored Aug 21, 2024
2 parents ae6772e + 66dbc27 commit ceccf55
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,13 @@ jobs:
tags: ballerina/ballerina-devcontainer:nightly-test
build-args: |
BALLERINA_DIST=ballerina-${{ steps.project-version.outputs.version }}-linux-x64.deb
- name: Clean up created artifacts
run: |
rm -rf installers/linux-deb/target/ballerina-*-linux-x64.deb
rm -rf installers/linux-rpm/rpmbuild/RPMS/x86_64/ballerina-*-linux-x64.rpm
rm -rf ballerina/build/distributions/ballerina-*-macos.zip
rm -rf ballerina/build/distributions/ballerina-*-macos-arm.zip
rm -rf ballerina/build/distributions/ballerina-*-windows.zip
- name: Run Trivy vulnerability scanner for dev container docker image
uses: aquasecurity/trivy-action@master
with:
Expand Down

0 comments on commit ceccf55

Please sign in to comment.