tests/tools/Docker/clean_docker_image.sh
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 15 Dec 2022 14:49:52 +0100
branchwxPython4
changeset 3698 a538a163ff6f
parent 3693 4058140a8757
permissions -rwxr-xr-x
IDE tests: ensure that file browser idled before entering path in new_project
3425
ee3b84d09ccf Add Docker image definition as reference platform to run IDE tests.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff changeset
     1
#!/bin/bash
ee3b84d09ccf Add Docker image definition as reference platform to run IDE tests.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff changeset
     2
ee3b84d09ccf Add Docker image definition as reference platform to run IDE tests.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff changeset
     3
# delete image
ee3b84d09ccf Add Docker image definition as reference platform to run IDE tests.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff changeset
     4
docker rmi beremiz_sikuli
ee3b84d09ccf Add Docker image definition as reference platform to run IDE tests.
Edouard Tisserant <edouard.tisserant@gmail.com>
parents:
diff changeset
     5