We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7570995 commit 3cc8e38Copy full SHA for 3cc8e38
_unit-test/bootstrap-s3-profiles-test.sh
@@ -5,10 +5,10 @@ source install/dc-detect-version.sh
5
source install/create-docker-volumes.sh
6
7
# Generate some random files on `sentry-vroom` volume for testing
8
-$dc run --rm --no-deps -v sentry-vroom:/var/vroom/sentry-profiles --entrypoint /bin/bash vroom su - vroom -c '
+$dc run --rm --no-deps -v sentry-vroom:/var/vroom/sentry-profiles --entrypoint /bin/bash vroom -c '
9
ls -lah /var/vroom/sentry-profiles/
10
for i in $(seq 1 1000); do
11
- echo "This is test file $i" > /var/vroom/sentry-profiles/test_file_$i.txt
+ su vroom -c "echo This is test file $i > /var/vroom/sentry-profiles/test_file_$i.txt"
12
done
13
'
14
0 commit comments