File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 144144 exit 1
145145fi
146146
147- if [[ -n " ${GPGBIN} " ]]; then
147+ if [[ -n " ${GPGBIN} " && ! " ${HADOOP_SKIP_YETUS_VERIFICATION} " = true ]]; then
148148 if ! mkdir -p .gpg; then
149149 yetus_error " ERROR: yetus-dl: Unable to create ${HADOOP_PATCHPROCESS} /.gpg"
150150 exit 1
Original file line number Diff line number Diff line change @@ -183,6 +183,9 @@ RUN curl -L -s -S \
183183# ##
184184ENV MAVEN_OPTS -Xms256m -Xmx1536m
185185
186+ # Skip gpg verification when downlonading Yetus via yetus-wrapper
187+ ENV HADOOP_SKIP_YETUS_VERIFICATION true
188+
186189# ##
187190# Everything past this point is either not needed for testing or breaks Yetus.
188191# So tell Yetus not to read the rest of the file:
Original file line number Diff line number Diff line change @@ -218,6 +218,9 @@ RUN mkdir -p /opt/phantomjs \
218218###
219219ENV MAVEN_OPTS -Xms256m -Xmx1536m
220220
221+ # Skip gpg verification when downlonading Yetus via yetus-wrapper
222+ ENV HADOOP_SKIP_YETUS_VERIFICATION true
223+
221224###
222225# Everything past this point is either not needed for testing or breaks Yetus.
223226# So tell Yetus not to read the rest of the file:
You can’t perform that action at this time.
0 commit comments