diff options
| author | Chris Lu <chris.lu@gmail.com> | 2025-12-01 15:43:32 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2025-12-01 15:43:32 -0800 |
| commit | 310be2aece950ad6360b5c0e7d3c61fb40a572d4 (patch) | |
| tree | 4e884b8c319f9e36e2e2680b747659859786778b /.github | |
| parent | a33e5a9e6a696049e8f0e1b62b9e3ded8201675f (diff) | |
| download | seaweedfs-310be2aece950ad6360b5c0e7d3c61fb40a572d4.tar.xz seaweedfs-310be2aece950ad6360b5c0e7d3c61fb40a572d4.zip | |
Fix CI workflow: remove cd weed since working directory is already set to weed
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/s3-go-tests.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/s3-go-tests.yml b/.github/workflows/s3-go-tests.yml index 556cf534e..bcd4b9652 100644 --- a/.github/workflows/s3-go-tests.yml +++ b/.github/workflows/s3-go-tests.yml @@ -433,7 +433,6 @@ jobs: - name: Run S3 Tagging Tests timeout-minutes: 15 run: | - cd weed set -x # Create clean data directory for this test run export WEED_DATA_DIR="/tmp/seaweedfs-tagging-test-$(date +%s)" |
