Skip to content

Commit

Permalink
openshift/os: drop COSA_SKIP_OVERLAY=1 workaround
Browse files Browse the repository at this point in the history
This is no longer required after:

coreos/coreos-assembler#3936
  • Loading branch information
jlebon committed Nov 20, 2024
1 parent a3d30e7 commit 34284e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci-operator/config/openshift/os/openshift-os-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ images:
# Tell the build scripts that we have setup a directory for unprivileged build
ENV COSA_DIR=/tmp/cosa
RUN mkdir -p "${COSA_DIR}"
# Prow doesn't support emptydir for jobs today
ENV COSA_SKIP_OVERLAY=1
# Copy the source code
COPY . .
# We need to make sure that root can read / write to the COSA_DIR so that
Expand Down

0 comments on commit 34284e8

Please sign in to comment.