diff options
Diffstat (limited to 'debian/salsa-ci.yml')
-rw-r--r-- | debian/salsa-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml index 3e777b8432c..0e6d3400636 100644 --- a/debian/salsa-ci.yml +++ b/debian/salsa-ci.yml @@ -402,7 +402,7 @@ build mariadbclient consumer Python-MySQLdb: image: debian:${RELEASE} script: - *test-prepare-container - # Run each step separately to avoitda 800+ lines chunk that lacks the + # Run each step separately to avoid an 800+ line chunk that lacks the # commands themselves printed and Gitlab-CI cutting off the output - apt-get install -y pkg-config ./libmariadb-dev*.deb ./libmariadb3_*.deb ./mariadb-common*.deb - pkg-config --cflags --libs mysqlclient # See what MySQLdb builds with |