Skip to content

Commit 10d1639

Browse files
authored
Merge pull request #4551 from researchapps/disable-view-copy
Container base: remove view copy
2 parents adc143d + 57b0b32 commit 10d1639

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build-container.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build and Deploy Container
22

33
on:
44

5+
# Enable just for testing cobntainer builds
6+
# pull_request: []
7+
58
# Always have a base image ready to go - this is a nightly build
69
schedule:
710
- cron: 0 3 * * *

etc/docker/Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN mkdir -p /opt/flux-env \
2020
&& echo " view:" \
2121
&& echo " mfem:" \
2222
&& echo " root: /opt/flux-view" \
23-
&& echo " link_type: copy" \
23+
# && echo " link_type: copy" \
2424
&& echo " packages:" \
2525
&& echo " all:" \
2626
&& echo " target:" \

0 commit comments

Comments
 (0)