Skip to content

Commit

Permalink
remove terminate
Browse files Browse the repository at this point in the history
Signed-off-by: Chloe Yip <[email protected]>
  • Loading branch information
cyip10 committed Sep 17, 2024
1 parent dbaf752 commit d50431b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/java-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,10 @@ jobs:
export GLIDE_RELEASE_VERSION=${{ env.RELEASE_VERSION }}
./gradlew :benchmarks:run --args="--minimal --clients glide"
- name: Terminate Valkey server
run: |
cd ~/valkey/src
sudo systemctl stop valkey
# - name: Terminate Valkey server
# run: |
# cd ~/valkey/src
# sudo systemctl stop valkey


drop-deployment-if-validation-fails:
Expand Down

0 comments on commit d50431b

Please sign in to comment.