travis: include list email address in changes entry during deployment.
This commit is contained in:
parent
db2908816a
commit
a00c96065a
@ -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:
|
||||
|
1
dist/ci/deploy.obs.sh
vendored
1
dist/ci/deploy.obs.sh
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user