Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns committed Nov 28, 2024
1 parent 90d8fd2 commit 298fd92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,9 @@ jobs:
- name: Build native test server (Docker)
if: matrix.os_family == 'Linux'
run: |
image="$(docker buildx build -q $(pwd)/docker/native-image)"
docker run \
--rm -v "$(pwd):/workspace" -w /workspace \
${image} \
$(docker build -q ./docker/native-image) \
sh -c "./gradlew :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
Expand Down

0 comments on commit 298fd92

Please sign in to comment.