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.
1 parent af69790 commit 7577ca3Copy full SHA for 7577ca3
tests/orchestration.sh
@@ -15,11 +15,11 @@ cd orchestration/scripts
15
16
# Test Django app installation.
17
docker run -d --name app -p 80:80 --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro geerlingguy/docker-centos8-ansible
18
-./django-app.sh
+./app.sh
19
20
# Test Django db installation.
21
docker run -d --name db -p 3360:3360 --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro geerlingguy/docker-centos8-ansible
22
-./django-db.sh
+./db.sh
23
24
# Other tests from the book.
25
-./orchestration.sh
+./multi.sh
0 commit comments