Skip to content

Commit

Permalink
chore: Cleanup fcli dirs (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsi authored Oct 24, 2023
1 parent 1f44cdc commit a7051d7
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,14 @@ jobs:
path: service/

- name: Build service
env:
FLUENCE_USER_DIR: "${{ github.workspace }}/tmp/.fluence"
run: ./build.sh
working-directory: service

- name: Build distro
env:
FLUENCE_USER_DIR: "${{ github.workspace }}/tmp/.fluence"
run: ./build.sh

- name: Login to DockerHub
Expand Down Expand Up @@ -164,14 +168,12 @@ jobs:
\`\`\`
SNAPSHOT
- name: Dump rust-peer logs on failure
- name: Dump container logs
if: always()
uses: jwalton/gh-docker-logs@v2

- name: Remove registry directory
- name: Cleanup
if: always()
run: sudo rm -rf registry

- name: Remove tmp directory
if: always()
run: sudo rm -rf tmp
run: |
rm -rf tmp ~/.fluence
sudo rm -rf registry

0 comments on commit a7051d7

Please sign in to comment.