X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ci%2FDockerfile;h=80e17b26070a8314fee2dd0c9c5569a5c9536e3b;hb=a2c2df5014145ee3126146987d9039e397b12407;hp=235b26719289f8cfbf84aa2e381bed6e36ff2a25;hpb=2482dc9de60c39de16d4e85d3fa11d02ec645957;p=it%2Fdep.git diff --git a/ci/Dockerfile b/ci/Dockerfile index 235b2671..80e17b26 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -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