remove reference to bintray
This commit is contained in:
parent
cf6f09c60d
commit
9278e74e85
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ release apk:
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get -y update && apt-get -y install apt-transport-https
|
- apt-get -y update && apt-get -y install apt-transport-https
|
||||||
- echo "$PGP_PRIVATE_KEY" | gpg --batch --import
|
- echo "$PGP_PRIVATE_KEY" | gpg --batch --import
|
||||||
- echo "deb https://dl.bintray.com/sobolevn/deb git-secret main" | tee -a /etc/apt/sources.list
|
- echo 'deb https://gitsecret.jfrog.io/artifactory/git-secret-deb git-secret main' >> /etc/apt/sources.list
|
||||||
- wget -O - https://api.bintray.com/users/sobolevn/keys/gpg/public.key | apt-key add -
|
- wget -qO - 'https://gitsecret.jfrog.io/artifactory/api/gpg/key/public' | apt-key add -
|
||||||
- apt-get -y update && apt-get -y install openjdk-8-jdk git git-secret
|
- apt-get -y update && apt-get -y install openjdk-8-jdk git git-secret
|
||||||
- pip install awscli githubrelease
|
- pip install awscli githubrelease
|
||||||
- git secret reveal
|
- git secret reveal
|
||||||
|
|
Loading…
Reference in a new issue