dist/ci/osc-init: print OBS_API and OBS_USER for debugging.

This commit is contained in:
Jimmy Berry
2017-09-01 18:50:07 -05:00
parent 80bac0d71f
commit d33ed73a7c
+3
View File
@@ -5,6 +5,9 @@ if [ -z ${OBS_PASS+x} ] || [ -z "$OBS_PASS" ] ; then
OBS_API="$OBS_API/public"
fi
echo "OBS_API=$OBS_API"
echo "OBS_USER=$OBS_USER"
cat << eom > ~/.oscrc
[general]
apiurl = $OBS_API