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.
1 parent e72aed0 commit fd23e17Copy full SHA for fd23e17
Dockerfile
@@ -10,7 +10,7 @@ COPY . /src
10
11
FROM $base as base
12
# Set this to anything non-0 to enable https://copr.fedorainfracloud.org/coprs/g/CoreOS/continuous/
13
-ARG continuous_repo=0
+ARG continuous_repo=1
14
RUN <<EORUN
15
set -xeuo pipefail
16
if [ "${continuous_repo}" == 0 ]; then
0 commit comments