0
Fork 0
mirror of https://github.com/project-zot/zot.git synced 2024-12-30 22:34:13 -05:00

fix(ci/cd): stop localstack after ci/cd pipeline (#1590)

this should clean localstack persisted data in tests

Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
This commit is contained in:
peusebiu 2023-07-07 22:40:06 +03:00 committed by GitHub
parent 17d1338af1
commit cd6f679359
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,6 +134,11 @@ jobs:
OS: ${{ matrix.os }} OS: ${{ matrix.os }}
ARCH: ${{ matrix.arch }} ARCH: ${{ matrix.arch }}
- if: matrix.os == 'linux' && matrix.arch == 'amd64'
name: Stop localstack
run: |
localstack stop
- name: Check disk space after build - name: Check disk space after build
if: always() if: always()
run: | run: |