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.
1 parent cf6f09c commit 9278e74Copy full SHA for 9278e74
.gitlab-ci.yml
@@ -60,8 +60,8 @@ release apk:
60
before_script:
61
- apt-get -y update && apt-get -y install apt-transport-https
62
- 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 -
+ - 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 -
65
- apt-get -y update && apt-get -y install openjdk-8-jdk git git-secret
66
- pip install awscli githubrelease
67
- git secret reveal
0 commit comments