Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tla2bAST
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
tla2bAST
Commits
d5c7151c
Commit
d5c7151c
authored
3 years ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Update signing secrets
parent
2debc4f6
No related branches found
No related tags found
No related merge requests found
Pipeline
#80444
passed
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
+0
-0
0 additions, 0 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
5 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
d5c7151c
...
@@ -30,9 +30,9 @@ tests:jdk-17:
...
@@ -30,9 +30,9 @@ tests:jdk-17:
publish
:
publish
:
stage
:
deploy
stage
:
deploy
script
:
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
-a -md md5
-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
-a -md md5
-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 gradle.properties.enc -out gradle.properties
-
./gradlew ${GRADLE_OPTIONS} publish
-
./gradlew ${GRADLE_OPTIONS} publish
only
:
only
:
-
master@general/stups/tla2bAST
-
master@general/stups/tla2bAST
...
...
This diff is collapsed.
Click to expand it.
build.gradle
+
2
−
0
View file @
d5c7151c
...
@@ -130,6 +130,8 @@ publishing {
...
@@ -130,6 +130,8 @@ publishing {
}
}
}
}
ext
.
"signing.secretKeyRingFile"
=
rootProject
.
file
(
"secring.gpg"
).
absolutePath
signing
{
signing
{
sign
publishing
.
publications
.
mavenJava
sign
publishing
.
publications
.
mavenJava
}
}
This diff is collapsed.
Click to expand it.
gradle.properties.enc
+
0
−
0
View file @
d5c7151c
No preview for this file type
This diff is collapsed.
Click to expand it.
pubring.gpg.enc
+
0
−
0
View file @
d5c7151c
No preview for this file type
This diff is collapsed.
Click to expand it.
secring.gpg.enc
+
0
−
0
View file @
d5c7151c
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