fix: Removes cache from Dockerfile to prevent failed ci builds.
Some checks failed
CI / release (push) Failing after 3m2s
Some checks failed
CI / release (push) Failing after 3m2s
This commit is contained in:
@@ -4,8 +4,7 @@ WORKDIR /build
|
|||||||
|
|
||||||
# First just resolve dependencies.
|
# First just resolve dependencies.
|
||||||
COPY ./Package.* ./
|
COPY ./Package.* ./
|
||||||
RUN swift package resolve \
|
RUN swift package resolve
|
||||||
$([ -f ./Package.resolved ] && echo "--force-resolved-versions" || true)
|
|
||||||
|
|
||||||
# Copy entire repo into container
|
# Copy entire repo into container
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user