[Ubuntu] enable -e bash mode in mysql helper (#4752)

This commit is contained in:
Mikhail Koliada
2021-12-16 14:56:33 +03:00
committed by GitHub
parent a39bc87388
commit 73d58cc851

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e
#
# Temporary fix for the https://github.com/actions/virtual-environments/issues/4732 issue
# Taken from the official ubuntu:20.04 docker container