Skip to content

Commit b26846d

Browse files
authored
Merge pull request #471 from pulp/create-pull-request/patch
Update CI files
2 parents 00840e9 + 138a865 commit b26846d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/template_gitref

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2021.08.26-39-gb86dbd0
1+
2021.08.26-43-gb21df56

.github/workflows/scripts/before_install.sh

-2
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@ then
153153
echo "Failed to install amazon.aws"
154154
exit $s
155155
fi
156-
157-
sed -i -e 's/DEBUG = False/DEBUG = True/' pulpcore/pulpcore/app/settings.py
158156
# Patch DJANGO_ALLOW_ASYNC_UNSAFE out of the pulpcore tasking_system
159157
# Don't let it fail. Be opportunistic.
160158
sed -i -e '/DJANGO_ALLOW_ASYNC_UNSAFE/d' pulpcore/pulpcore/tasking/entrypoint.py || true

0 commit comments

Comments
 (0)