Skip to content

Commit fd23e17

Browse files
committed
DNM: Enable continuous repo by default
1 parent e72aed0 commit fd23e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY . /src
1010

1111
FROM $base as base
1212
# Set this to anything non-0 to enable https://copr.fedorainfracloud.org/coprs/g/CoreOS/continuous/
13-
ARG continuous_repo=0
13+
ARG continuous_repo=1
1414
RUN <<EORUN
1515
set -xeuo pipefail
1616
if [ "${continuous_repo}" == 0 ]; then

0 commit comments

Comments
 (0)