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:
parent
5f45c9c7a4
commit
15375dc932
1 changed files with 0 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# build and tag the Docker image we use for continuous integration
|
|
||||||
|
|
||||||
docker build . --tag dyna3:ci
|
|
Loading…
Add table
Reference in a new issue