From 9278e74e85f1ad3ed2e7f891a966326d49ff9473 Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Fri, 25 Jun 2021 19:34:58 +0100 Subject: [PATCH] remove reference to bintray --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6cd63eb..3c15abeb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,8 +60,8 @@ release apk: before_script: - apt-get -y update && apt-get -y install apt-transport-https - echo "$PGP_PRIVATE_KEY" | gpg --batch --import - - echo "deb https://dl.bintray.com/sobolevn/deb git-secret main" | tee -a /etc/apt/sources.list - - wget -O - https://api.bintray.com/users/sobolevn/keys/gpg/public.key | apt-key add - + - echo 'deb https://gitsecret.jfrog.io/artifactory/git-secret-deb git-secret main' >> /etc/apt/sources.list + - 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 - pip install awscli githubrelease - git secret reveal