Remove the CI image setup script

The CI workflow now builds and tags the CI image automatically, so we
don't need the manual setup script anymore.
This commit is contained in:
Aaron Fenyes 2025-03-26 02:29:17 -07:00
parent 5f45c9c7a4
commit 15375dc932

View file

@ -1,5 +0,0 @@
#!/bin/sh
# build and tag the Docker image we use for continuous integration
docker build . --tag dyna3:ci