Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix CI build error
credman committed Sep 15, 2021
1 parent 440f1c3 commit 175dbf6
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ex101/ex101.1.1/Dockerfile
@@ -10,7 +10,9 @@ LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>" \
ENV USERTOKEN=gte-101.1.1

COPY container_files/seed-data/ /seed-data/
COPY container_files/conf/ /opt/grouper/grouperWebapp/WEB-INF/classes/

# won't work if no files in here, since the folder won't be in git. Uncomment only if there are any property files to override
#COPY container_files/conf/ /opt/grouper/grouperWebapp/WEB-INF/classes/

# && setupFiles; \

3 changes: 3 additions & 0 deletions ex201/ex201.end/Dockerfile
@@ -11,6 +11,9 @@ ENV USERTOKEN=gte-201.end

COPY container_files/seed-data/ /seed-data/

+# won't work if no files in here, since the folder won't be in git. Uncomment only if there are any property files to override
+#COPY container_files/conf/ /opt/grouper/grouperWebapp/WEB-INF/classes/

# && setupFiles
RUN . /usr/local/bin/library.sh \
&& prep_conf && prep_finish; \

0 comments on commit 175dbf6

Please sign in to comment.