Skip to content

Commit

Permalink
KSE-1786 | Fixed the extra args in service.yml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbadani committed Jan 5, 2024
1 parent fca75bf commit db81cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service.yml
Expand Up @@ -9,7 +9,7 @@ semaphore:
nano_version: true
downstream_projects: ["confluent-security-plugins", "confluent-cloud-plugins", "cc-docker-ksql"]
extra_deploy_args: '-Ddocker.skip=true'
extra_build_args: "-Dmaven.gitcommitid.nativegit=true -DskipTests -DskipIntegrationTests"
extra_build_args: "-Dmaven.gitcommitid.nativegit=true"
maven_build_goals: "clean install"
run_merge_check: false
git:
Expand Down

0 comments on commit db81cd0

Please sign in to comment.