Skip to content

Commit

Permalink
Cirrus CI: fixup the previous commit
Browse files Browse the repository at this point in the history
Error while parsing tasks: INVALID_ARGUMENT: yaml: line 30: did not find
expected alphabetic or numeric character!
  • Loading branch information
infrastation committed Jun 19, 2022
1 parent fbee1cd commit 8cb724f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ task:
script:
- apt-get -qqy update
- apt-get -qqy install mariadb-server make curl php-cli php-xml php-gd php-mysql php-mbstring php-bcmath php-json >/dev/null
- [ "$INSTALL_SHELLCHECK" = yes ] && apt-get -qqy install shellcheck >/dev/null
- test "$INSTALL_SHELLCHECK" = yes && apt-get -qqy install shellcheck >/dev/null
# MariaDB has no systemd props in Ubuntu 16.04, rc.d props work even in
# Ubuntu 20.04.
- test -S /var/run/mysqld/mysqld.sock && service mysql stop
Expand Down

0 comments on commit 8cb724f

Please sign in to comment.