Skip to content

Commit b1f3f41

Browse files
committed
openshift/os: drop COSA_SKIP_OVERLAY=1 workaround
This is no longer required after: coreos/coreos-assembler#3936
1 parent 87422bd commit b1f3f41

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ci-operator/config/openshift/os/openshift-os-master.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ images:
1111
# Tell the build scripts that we have setup a directory for unprivileged build
1212
ENV COSA_DIR=/tmp/cosa
1313
RUN mkdir -p "${COSA_DIR}"
14-
# Prow doesn't support emptydir for jobs today
15-
ENV COSA_SKIP_OVERLAY=1
1614
# Copy the source code
1715
COPY . .
1816
# We need to make sure that root can read / write to the COSA_DIR so that

0 commit comments

Comments
 (0)