We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents adc143d + 57b0b32 commit 10d1639Copy full SHA for 10d1639
.github/workflows/build-container.yaml
@@ -2,6 +2,9 @@ name: Build and Deploy Container
2
3
on:
4
5
+ # Enable just for testing cobntainer builds
6
+ # pull_request: []
7
+
8
# Always have a base image ready to go - this is a nightly build
9
schedule:
10
- cron: 0 3 * * *
etc/docker/Dockerfile.base
@@ -20,7 +20,7 @@ RUN mkdir -p /opt/flux-env \
20
&& echo " view:" \
21
&& echo " mfem:" \
22
&& echo " root: /opt/flux-view" \
23
-&& echo " link_type: copy" \
+# && echo " link_type: copy" \
24
&& echo " packages:" \
25
&& echo " all:" \
26
&& echo " target:" \
0 commit comments