We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c92fa7 + 065bc36 commit 16d3e6dCopy full SHA for 16d3e6d
test/run_test_container.sh
@@ -4,7 +4,7 @@ set -u
4
set -e
5
6
rm -rf aperturedb/db
7
-docker-compose down && docker-compose up -d
+docker compose down && docker compose up -d
8
9
REPOSITORY="aperturedata/aperturedb-python-tests"
10
if ! [ -z ${1+x} ]
0 commit comments