Revert "ci: Work around broken python UTF8 handling in the CI docker image"

This reverts commit 899d260701.

No longer necessary with the previous changes.

Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Michel Dänzer 2018-12-14 16:19:46 +01:00 committed by Michel Dänzer
parent bc6998b728
commit d12881ea1d

View File

@ -1,8 +1,5 @@
#!/bin/sh
# workaround for the docker image not being sufficiently python3 yet
unset CI_COMMIT_TAG CI_COMMIT_MESSAGE CI_COMMIT_TITLE CI_COMMIT_DESCRIPTION
set -e
if test "x$XTEST_DIR" = "x"; then