travis: include list email address in changes entry during deployment.

This commit is contained in:
Jimmy Berry 2017-07-13 21:24:34 -05:00
parent db2908816a
commit a00c96065a
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ env:
- OBS_USER="jberry"
# OBS_PASS
- secure: "0MI2ZbJ+C1FoOa+rBYq3+NQBoQzE528B1mNacZx5xaH6IipFklW9TlCUSO91Pgf2l72HzNL5GhBbYGtAO9og0tyJO9Vm+7F+AUNQHQjfD46r1MyxBlACi6FGwuR+E32OIFilekJCnNKp55Cl5O2wGWUcRRVlM6/+k24dt3lkIoY="
- OBS_EMAIL="opensuse-releaseteam@opensuse.org"
matrix:
include:

View File

@ -5,6 +5,7 @@ cat << eom > ~/.oscrc
[https://api.opensuse.org]
user = $OBS_USER
pass = $OBS_PASS
email = $OBS_EMAIL
eom
osc checkout "$OBS_PACKAGE"