增加调试信息

This commit is contained in:
fumingwei
2020-07-20 12:55:36 +08:00
parent b62c7b35ef
commit bc91e62175

View File

@@ -49,6 +49,7 @@ images_build:
- docker save $BADSSL_IMAGE_TAG > build/badssl.tar
- pwd && ls -halt ./* && ls -halt ./build
cache:
key: images-save
paths:
- build
@@ -64,6 +65,8 @@ rpm_build:
script:
- pwd && ls -halt ./*
- ls -halt ./build
cache:
key: images-save
dependencies:
- images_build
only: