Skip to content

Commit d1ad897

Browse files
authored
Create build bucket (#172)
We are running the celery beat tasks now, one of those tasks is "archive builds", that task requires the builds bucket. https://github.com/readthedocs/readthedocs.org/blob/385398e3341a03ce240d1551d028ca89759ccede/readthedocs/settings/docker_compose.py#L183-L183
1 parent af5fad2 commit d1ad897

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dockerfiles/entrypoints/createbuckets.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ test "${INIT}" || exit 0
1111
/usr/bin/mc policy set public myminio/media;
1212
/usr/bin/mc mb myminio/build-tools;
1313
/usr/bin/mc policy set public myminio/build-tools;
14+
/usr/bin/mc mb myminio/builds;
15+
/usr/bin/mc policy set public myminio/builds;
1416
exit 0;
1517

0 commit comments

Comments
 (0)