Skip to content

Commit 00edf99

Browse files
committed
Update Travis CI credentials and move git config settings to correct spot
1 parent 3cf6df7 commit 00edf99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ notifications:
1515

1616
env:
1717
global:
18-
- secure: "o/aIfTQb1n8YP+Mq3be3XQfcENNmwHtjWcO2pTz6b6uQqsg1p+vPhhGQM7FJXID1rU5Nyp9hwwU/QpQAU99mx/hdAxqSl1RxYj6vknrngk00KpzC0K+1qQMuM+NFNa09FmJTn8KkC1GjNrSCR/U0o946HK+svk/aL4a05zRAA3Y="
18+
- secure: "ceZr5Z6QHDIzVQP7oS6lY/ffH4e1Va+zJcmYZ4IS2Nk2O926lE6YGnpqFCiMGxeYZUw2mv24yDvErvkVKYcQyOa4h/sXvFyPFJiRZuaa3n3/g81eHHmE0OAdKK2CbMkQkI1+hjoMQkI4BriGw15/lu2+U6ldqoM7o/NbY65Epho="

scripts/post-advisories.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ set -o errexit -o nounset
55
REPO="https://${GH_TOKEN}@github.com/rubysec/rubysec.github.io.git"
66
DIR="_site"
77

8-
git config user.name "RubySec CI"
9-
git config user.email "[email protected]"
10-
118
git clone $REPO $DIR
129

1310
cd $DIR
1411

12+
git config user.name "RubySec CI"
13+
git config user.email "[email protected]"
14+
1515
bundle install --jobs=3 --retry=3
1616
bundle exec rake advisories
1717

0 commit comments

Comments
 (0)