mirror of
https://github.com/fluencelabs/registry.git
synced 2025-04-24 17:52:14 +00:00
chore: Cleanup fcli dirs (#279)
This commit is contained in:
parent
1f44cdc3b1
commit
a7051d748b
16
.github/workflows/tests.yml
vendored
16
.github/workflows/tests.yml
vendored
@ -103,10 +103,14 @@ jobs:
|
|||||||
path: service/
|
path: service/
|
||||||
|
|
||||||
- name: Build service
|
- name: Build service
|
||||||
|
env:
|
||||||
|
FLUENCE_USER_DIR: "${{ github.workspace }}/tmp/.fluence"
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
working-directory: service
|
working-directory: service
|
||||||
|
|
||||||
- name: Build distro
|
- name: Build distro
|
||||||
|
env:
|
||||||
|
FLUENCE_USER_DIR: "${{ github.workspace }}/tmp/.fluence"
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
|
|
||||||
- name: Login to DockerHub
|
- name: Login to DockerHub
|
||||||
@ -164,14 +168,12 @@ jobs:
|
|||||||
\`\`\`
|
\`\`\`
|
||||||
SNAPSHOT
|
SNAPSHOT
|
||||||
|
|
||||||
- name: Dump rust-peer logs on failure
|
- name: Dump container logs
|
||||||
if: always()
|
if: always()
|
||||||
uses: jwalton/gh-docker-logs@v2
|
uses: jwalton/gh-docker-logs@v2
|
||||||
|
|
||||||
- name: Remove registry directory
|
- name: Cleanup
|
||||||
if: always()
|
if: always()
|
||||||
run: sudo rm -rf registry
|
run: |
|
||||||
|
rm -rf tmp ~/.fluence
|
||||||
- name: Remove tmp directory
|
sudo rm -rf registry
|
||||||
if: always()
|
|
||||||
run: sudo rm -rf tmp
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user