Skip to content

Commit

Permalink
Revert "Reapply "temp fix for kafka""
Browse files Browse the repository at this point in the history
This reverts commit 78d9c6c.
  • Loading branch information
BYK committed Jan 12, 2025
1 parent 78d9c6c commit 178d1c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ runs:
shell: bash
run: |
cd ${{ github.action_path }}
# This is for the cache restore on Kafka to work in older releases
docker run --rm -v "sentry-kafka:/data" busybox chown -R 1000:1000 /data
# Add some customizations to test that path
cat <<EOT >> sentry/enhance-image.sh
#!/bin/bash
Expand All @@ -98,7 +96,7 @@ runs:
./install.sh --no-report-self-hosted-issues --skip-commit-check
- name: Save DB Volumes Cache
# if: steps.restore_cache.outputs.cache-hit != 'true'
if: steps.restore_cache.outputs.cache-hit != 'true'
uses: BYK/docker-volume-cache-action/save@main
with:
key: ${{ steps.restore_cache.outputs.cache-primary-key }}
Expand Down

0 comments on commit 178d1c8

Please sign in to comment.