aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-09-24 22:24:19 +0200
committerS�bastien Determe <sebastien.determe@intl.att.com>2020-09-24 20:33:31 +0000
commit0667274df666c3ebaca9d70a5814d3698365ef2f (patch)
tree6d1e0757a99a61866e0e56a385a9b4d4b436ab12
parent77f9150cf6a9081740e5cbe8667f061c13782eb9 (diff)
Fix docker stage for be plugins
Fix the docker stage build, the docker profile is not set so the docker plugin must be skipped Issue-ID: SDC-3289 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I1b2490cf1dbdaff3cbb72d4b51decdae22b9f9af
-rw-r--r--catalog-be-plugins/backend-all-plugins/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog-be-plugins/backend-all-plugins/pom.xml b/catalog-be-plugins/backend-all-plugins/pom.xml
index f75721f299..fa3ca01c6d 100644
--- a/catalog-be-plugins/backend-all-plugins/pom.xml
+++ b/catalog-be-plugins/backend-all-plugins/pom.xml
@@ -39,6 +39,7 @@ limitations under the License.
<docker.skip.build>true</docker.skip.build>
<docker.skip.push>true</docker.skip.push>
<docker.skip.tag>true</docker.skip.tag>
+ <docker.skip>true</docker.skip>
</properties>
<profiles>