Skip to content

Commit 9278e74

Browse files
committed
remove reference to bintray
1 parent cf6f09c commit 9278e74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ release apk:
6060
before_script:
6161
- apt-get -y update && apt-get -y install apt-transport-https
6262
- echo "$PGP_PRIVATE_KEY" | gpg --batch --import
63-
- echo "deb https://dl.bintray.com/sobolevn/deb git-secret main" | tee -a /etc/apt/sources.list
64-
- wget -O - https://api.bintray.com/users/sobolevn/keys/gpg/public.key | apt-key add -
63+
- echo 'deb https://gitsecret.jfrog.io/artifactory/git-secret-deb git-secret main' >> /etc/apt/sources.list
64+
- wget -qO - 'https://gitsecret.jfrog.io/artifactory/api/gpg/key/public' | apt-key add -
6565
- apt-get -y update && apt-get -y install openjdk-8-jdk git git-secret
6666
- pip install awscli githubrelease
6767
- git secret reveal

0 commit comments

Comments
 (0)