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:
parent
17d1338af1
commit
cd6f679359
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci-cd.yml
vendored
5
.github/workflows/ci-cd.yml
vendored
|
@ -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: |
|
||||||
|
|
Loading…
Reference in a new issue