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.
|
||||
COPY ./Package.* ./
|
||||
RUN swift package resolve \
|
||||
$([ -f ./Package.resolved ] && echo "--force-resolved-versions" || true)
|
||||
RUN swift package resolve
|
||||
|
||||
# Copy entire repo into container
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user