From 74c89362867928e2befffe44aaf29a9d684903ac Mon Sep 17 00:00:00 2001 From: khelmrich Date: Wed, 17 Jul 2024 13:57:15 +0200 Subject: [PATCH] initial commit --- .env.test | 2 +- Jenkinsfile | 6 +++--- README.md | 2 +- bin/console | 2 +- composer.json | 4 ++-- config/services.yaml | 2 +- src/Import/Application/Importer.php | 2 +- src/Import/Infrastructure/Cli/ImportCommand.php | 4 ++-- src/Kernel.php | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.env.test b/.env.test index ef7659f..710cfb1 100644 --- a/.env.test +++ b/.env.test @@ -1 +1 @@ -KERNEL_CLASS='Productsup\BinCdeAppSkeleton\Kernel' +KERNEL_CLASS='Productsup\BinCdeAmazonS3Parquet\Kernel' diff --git a/Jenkinsfile b/Jenkinsfile index c6d15e5..a1d7939 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ -env.name = "bin-cde-app-skeleton" -env.description = "bin-cde-app-skeleton" +env.name = "bin-cde-amazon-s3-parquet" +env.description = "bin-cde-amazon-s3-parquet" env.maintainer = "Channel Dev Team " -env.homepage = "https://github.com/productsupcom/bin-cde-app-skeleton" +env.homepage = "https://github.com/productsupcom/bin-cde-amazon-s3-parquet" def slack_channel = "#team-cd-dromund-kaas-notifications" String runtimeContainer = "php-cli" env.box_version = "3.11.1" diff --git a/README.md b/README.md index 6221871..9a5c877 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# bin-cde-app-skeleton \ No newline at end of file +# bin-cde-amazon-s3-parquet \ No newline at end of file diff --git a/bin/console b/bin/console index 2741776..fa466b7 100755 --- a/bin/console +++ b/bin/console @@ -1,7 +1,7 @@ #!/usr/bin/env php