Skip to content
Snippets Groups Projects

mr: check for pipeline key in api missing, or existing but being None

Merged Pablo Correa Gomez requested to merge mrhlpr-no-pipeline into master
All threads resolved!
Files
3
+ 2
1
@@ -10,7 +10,8 @@ if [ "$(id -u)" = 0 ]; then
apk -q add \
py3-myst-parser \
py3-sphinx_rtd_theme \
py3-sphinxcontrib-autoprogram
py3-sphinxcontrib-autoprogram \
py3-sphinxcontrib-jquery
exec su "${TESTUSER:-build}" -c "sh -e $0"
fi
Loading