Skip to content

Commit d60ad70

Browse files
authored
Document ls blah
1 parent 6856c72 commit d60ad70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ runs:
6262
sudo chmod o+x /var/lib/docker
6363
sudo chmod -R o+rwx /var/lib/docker/volumes
6464
source ${{ github.action_path }}/.env
65+
# See https://explainshell.com/explain?cmd=ls%20-Rv1rpq
66+
# for that long `ls` command
6567
SENTRY_MIGRATIONS_MD5=$(docker run --rm --entrypoint bash $SENTRY_IMAGE -c 'ls -Rv1rpq src/sentry/migrations/' | md5sum | cut -d ' ' -f 1)
6668
echo "SENTRY_MIGRATIONS_MD5=$SENTRY_MIGRATIONS_MD5" >> $GITHUB_OUTPUT
6769
SNUBA_MIGRATIONS_MD5=$(docker run --rm --entrypoint bash $SNUBA_IMAGE -c 'ls -Rv1rpq snuba/snuba_migrations/**/*.py' | md5sum | cut -d ' ' -f 1)

0 commit comments

Comments
 (0)