File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ ADD extra-jvm.options install-es.sh ci-env.sh /var/tmp
41
41
# Since artifacts does not exist during CI build, include README.MD
42
42
# which will prevent the copy from raising an error.
43
43
RUN mkdir /artifacts
44
- COPY README.md artifacts/* /artifacts
44
+ # In an OSBS build, this will COPY artifacts from fetch-artifacts-koji.yaml. In a CI build, it will just
45
+ # copy the README.MD.
46
+ COPY artifacts/* /artifacts
45
47
RUN /var/tmp/install-es.sh
46
48
47
49
ADD sgconfig/ ${HOME}/sgconfig/
Original file line number Diff line number Diff line change
1
+ See Dockerfile.rhel8 for where this directory is copied into the
2
+ image during a build. During an OSBS build, this directory will
3
+ be populated from artifacts from within the Red Hat firewall.
4
+ During a CI build, this is directory will not be used at all, but
5
+ the Dockerfile still needs succeed in it's COPY statement.
6
+
You can’t perform that action at this time.
0 commit comments