Remove the CI image setup script
Some checks failed
/ setup-image (pull_request) Failing after 23m20s
/ build (pull_request) Has been cancelled
/ test (pull_request) Has been cancelled
/ run-examples (pull_request) Has been cancelled

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