Skip to content

Commit b68beaa

Browse files
author
Lee Miller
committedJun 30, 2024··
Update and rename the script for testing with docker
1 parent 2b3034a commit b68beaa

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed
 

‎docker-test.sh

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/bin/sh
2+
3+
DOCKERFILE=.buildbot/tox-bionic/Dockerfile
4+
5+
docker build -t pybm/tox -f $DOCKERFILE .
6+
7+
if [ $? -gt 0 ]; then
8+
docker build --no-cache -t pybm/tox -f $DOCKERFILE .
9+
fi
10+
11+
docker run --rm -it pybm/tox

‎run-tests-in-docker.sh

-13
This file was deleted.

0 commit comments

Comments
 (0)