Skip to content

Commit

Permalink
fix(CI): Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangnt2 committed Dec 10, 2024
1 parent 4639527 commit f0aa108
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ jobs:
working-directory: sw360-backend
shell: bash
run: |
ls -la ${{ github.workspace }}/dist/thrift-${{ env.THRIFT_VERSION }}
ls -la ${{ github.workspace }}/dist
ls ${{ github.workspace }}/dist/thrift-${{ env.THRIFT_VERSION }}/usr
export PATH="${{ github.workspace }}/dist/thrift-${{ env.THRIFT_VERSION }}/bin:$PATH"
mvn clean install --no-transfer-progress -P deploy -Dbase.deploy.dir=${TOMCAT_DIR} -DskipTests
bash /opt/apache-tomcat-10.1.19/bin/startup.sh
Expand Down

0 comments on commit f0aa108

Please sign in to comment.