Skip to content

Commit 62eaee6

Browse files
committed
FixWheelReleaseWithBuildx: Better logic in release test
Signed-off-by: Gabe Goodhart <ghart@us.ibm.com>
1 parent e4c74fc commit 62eaee6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ ARG RELEASE_DRY_RUN
4949
COPY ./test /src/test
5050
COPY ./ci/run-tests.sh /src/ci/run-tests.sh
5151
RUN true && \
52-
([ "$RELEASE_DRY_RUN" != "true" ] && sleep 90 || true) && \
52+
([ "$RELEASE_DRY_RUN" != "true" ] && sleep 30 || true) && \
53+
pip cache purge && \
5354
pip install alchemy-config==${RELEASE_VERSION} && \
5455
./ci/run-tests.sh && \
5556
true

0 commit comments

Comments
 (0)