We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65dfc51 + 5ca5831 commit f54c2afCopy full SHA for f54c2af
.travis/after_success.sh
@@ -7,7 +7,7 @@
7
REPO="permissions-dispatcher-plugin"
8
9
# Change if necessary
10
-USER="shiraji"
+USER="permissions-dispatcher"
11
JDK="oraclejdk8"
12
BRANCH="master"
13
.travis/before_install.sh
@@ -5,7 +5,7 @@ if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
5
echo "It's pull request!"
6
else
# Without snapshot
- openssl aes-256-cbc -K $encrypted_62bba9a47a08_key -iv $encrypted_62bba9a47a08_iv -in travis.enc -out .travis.ssh -d
+ openssl aes-256-cbc -K $encrypted_dc194335a7ce_key -iv $encrypted_dc194335a7ce_iv -in travis.enc -out .travis.ssh -d
chmod 600 .travis.ssh
echo -e "Host github.com\n\tStrictHostKeyChecking no\nIdentityFile .travis.ssh\n" >> ~/.ssh/config
fi
travis.enc
0 Bytes
0 commit comments