Possibly redundant saw-script
Dockerfile in s2nTests
#1747
Labels
tech debt
Issues that document or involve technical debt
tooling: build system
Issues involving SAW's build system
tooling: CI
Issues involving CI/CD scripts or processes
tooling: release engineering
Issues involving releases, release processes, or other release engineering concerns
Milestone
The main Dockerfile used for SAW nightly builds is
saw/Dockerfile
. However, there is a separates2nTests/docker/saw.dockerfile
that contains nearly the same contents assaw/Dockerfile
. To my knowledge, this file is redundant, as it doesn't appear to be used by anything in the CI. If this really is redundant, we should remove it. Otherwise, we should try to replace it withsaw/Dockerfile
to avoid duplicate work.The text was updated successfully, but these errors were encountered: