We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3f784 commit 431f6c6Copy full SHA for 431f6c6
.github/workflows/dev-pipeline.yml
@@ -52,4 +52,4 @@ jobs:
52
date_time=`date +"%Y-%m-%dT%H-%M-%S"`
53
docker_tag_long="$otp_version-$date_time-$commit_hash"
54
55
- mvn --batch-mode -P prettierSkip install com.google.cloud.tools:jib-maven-plugin:build -Djib.to.tags=$docker_tag_long
+ mvn --batch-mode -P prettierSkip install -DskipTests com.google.cloud.tools:jib-maven-plugin:build -Djib.to.tags=$docker_tag_long
0 commit comments