First draft of the SMO package based on the ONAP charts
[it/dep.git] / ci / Dockerfile
index 235b267..80e17b2 100644 (file)
@@ -23,4 +23,6 @@ RUN wget https://get.helm.sh/helm-${HELMVERSION}-linux-amd64.tar.gz && tar -xvf
 RUN helm init -c --skip-repos
 ARG TGT=/tmp/it-dep
 COPY . $TGT
+# Remove the smo-install as this one will be verified in another verify job
+RUN rm -rf $TGT/smo-install
 RUN $TGT/bin/verify-ric-charts