Skip to content

Commit

Permalink
Give up on update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns committed Nov 28, 2024
1 parent f43ba0b commit a9b05b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
docker run \
--rm -v "$(pwd):/workspace" -w /workspace \
$(docker build -q ./docker/native-image) \
sh -c "./gradlew :temporal-test-server:build"
sh -c "./gradlew -x :temporal-serviceclient:updateSubmodules :temporal-test-server:build"
# path ends in a wildcard because on windows the file ends in '.exe'
# path excludes *.txt because native-image also writes a build manifest txt file
- name: Upload executable to workflow
Expand Down
3 changes: 1 addition & 2 deletions docker/native-image/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ ENV JAVA_HOME=/opt/java/openjdk
COPY --from=eclipse-temurin:21 $JAVA_HOME $JAVA_HOME
ENV PATH="${JAVA_HOME}/bin:${PATH}"
RUN apt-get update
RUN apt-get install -y git
RUN git config --global --add safe.directory /workspace
RUN apt-get install -y git

0 comments on commit a9b05b9

Please sign in to comment.