1
0
mirror of synced 2025-12-19 18:14:56 -05:00

chore: move dest-dev-null to new non-dagger flow. (#59759)

Prep to transition dev-null onto the new flow set up in #59716 .
This commit is contained in:
Davin Chia
2025-05-09 14:47:21 -07:00
committed by GitHub
parent 3586ebda23
commit ad538f4bab
4 changed files with 6 additions and 2 deletions

View File

@@ -40,7 +40,8 @@ class AirbyteConnectorDockerConventionPlugin implements Plugin<Project> {
* The core plugins dockerCopyDockerfile task will copy
* it into build/airbyte/docker/Dockerfile automatically.
* ------------------------------------------------------------ */
if (!dockerExt.dockerfile.present) {
def userFile = dockerExt.dockerfile.get().asFile
if (!userFile.exists()) {
dockerExt.dockerfile.set(project.rootProject.file(SHARED_DOCKERFILE))
}