Skip to content

Commit 34284e8

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

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
@@ -10,8 +10,6 @@ images:
1010
# Tell the build scripts that we have setup a directory for unprivileged build
1111
ENV COSA_DIR=/tmp/cosa
1212
RUN mkdir -p "${COSA_DIR}"
13-
# Prow doesn't support emptydir for jobs today
14-
ENV COSA_SKIP_OVERLAY=1
1513
# Copy the source code
1614
COPY . .
1715
# We need to make sure that root can read / write to the COSA_DIR so that

0 commit comments

Comments
 (0)