Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tlc4b
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
tlc4b
Commits
a177034e
Commit
a177034e
authored
3 years ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Update signing secrets
parent
a56a2247
No related branches found
No related tags found
No related merge requests found
Pipeline
#84489
failed
3 years ago
Stage: test
Stage: deploy
Changes
5
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
build.gradle
+2
-0
2 additions, 0 deletions
build.gradle
gradle.properties.enc
+5
-4
5 additions, 4 deletions
gradle.properties.enc
pubring.gpg.enc
+0
-0
0 additions, 0 deletions
pubring.gpg.enc
secring.gpg.enc
+0
-0
0 additions, 0 deletions
secring.gpg.enc
with
10 additions
and
7 deletions
.gitlab-ci.yml
+
3
−
3
View file @
a177034e
...
...
@@ -30,9 +30,9 @@ tests:jdk-17:
publish
:
stage
:
deploy
script
:
-
openssl aes-256-cbc -pass "env:ENCRYPTION_PASSWORD" -d -in secring.gpg.enc -out secring.gpg
-
openssl aes-256-cbc -pass "env:ENCRYPTION_PASSWORD" -d -in pubring.gpg.enc -out pubring.gpg
-
openssl aes-256-cbc -pass "env:ENCRYPTION_PASSWORD" -d -in gradle.properties.enc -out gradle.properties
-
openssl aes-256-cbc -pass "env:ENCRYPTION_PASSWORD" -d
-a -md md5
-in secring.gpg.enc -out secring.gpg
-
openssl aes-256-cbc -pass "env:ENCRYPTION_PASSWORD" -d
-a -md md5
-in pubring.gpg.enc -out pubring.gpg
-
openssl aes-256-cbc -pass "env:ENCRYPTION_PASSWORD" -d
-a -md md5
-in gradle.properties.enc -out gradle.properties
-
./gradlew ${GRADLE_OPTIONS} publish
only
:
-
master@general/stups/tlc4b
...
...
This diff is collapsed.
Click to expand it.
build.gradle
+
2
−
0
View file @
a177034e
...
...
@@ -165,6 +165,8 @@ publishing {
}
}
ext
.
"signing.secretKeyRingFile"
=
rootProject
.
file
(
"secring.gpg"
).
absolutePath
signing
{
sign
publishing
.
publications
.
mavenJava
}
This diff is collapsed.
Click to expand it.
gradle.properties.enc
+
5
−
4
View file @
a177034e
Salted__ݐ
'\"۬u .UxF;FbO}>*&Sؠfߝ{RenUns8ya1/X; ԏ:?JO~dBG,;-݄2XWFFfp;8r6OZqN]0xBlP6ЧYj{
n(m$.,K
a6؇ 7!E
\ No newline at end of file
U2FsdGVkX18nOHLNyyzYk3lwSF0IGgXp8ubFJuMWOPaMbTBmgRPWS/jQT4LO17HP
W5yqIb+NzcYqzLBohg9s9r4XFyoS5ic3TIyPp87IXzgWNh3gKV+F+DfbggwMjiyJ
0gZI+90cmkWXBDW7c3JijLOX2f0NATwuiwHFPau3FCKC0cp7uOArtqkbfZau2how
oP8hzzAue50fahPuBfg8h3OtofJW9x9UCUxxD/NXzD8VZFQabICUjI8mcjEcvaea
MqQn9JuoekIRPDUsUwZ9Er07OkzKXHB5c968S3DUP3w=
This diff is collapsed.
Click to expand it.
pubring.gpg.enc
+
0
−
0
View file @
a177034e
No preview for this file type
This diff is collapsed.
Click to expand it.
secring.gpg.enc
+
0
−
0
View file @
a177034e
No preview for this file type
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment