mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08: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:
@@ -134,6 +134,11 @@ jobs:
|
||||
OS: ${{ matrix.os }}
|
||||
ARCH: ${{ matrix.arch }}
|
||||
|
||||
- if: matrix.os == 'linux' && matrix.arch == 'amd64'
|
||||
name: Stop localstack
|
||||
run: |
|
||||
localstack stop
|
||||
|
||||
- name: Check disk space after build
|
||||
if: always()
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user