8000 fix: debug · staevs/s3-deploy-action@b36966f · GitHub
[go: up one dir, main page]

Skip to content

Commit b36966f

Browse files
committed
fix: debug
1 parent c543e2d commit b36966f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

entrypoint.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,8 @@ fi
3131

3232
if [ "$USE_GZIP_COMPRESSION" = true ]; then
3333
echo "Gzipping files..."
34-
echo "./$S3_SOURCE_DIR"
35-
echo "$PWD/$S3_SOURCE_DIR"
36-
echo "$(pwd)/S3_SOURCE_DIR"
3734

38-
touch test.md
39-
40-
ls -la $S3_SOURCE_DIR
41-
42-
ls -la
35+
find "./$S3_SOURCE_DIR" -type f
4336

4437
find "./$S3_SOURCE_DIR" -type f -exec gzip "{}" \; -exec mv "{}.gz" "{}" \;
4538
fi

0 commit comments

Comments
 (0)
0