Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
search
Commits
463ad621
Commit
463ad621
authored
Apr 29, 2020
by
Gradl, Tobias
Browse files
deb => all
parent
10ff38c2
Pipeline
#15318
passed with stages
in 6 minutes and 35 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
463ad621
...
...
@@ -25,8 +25,6 @@ deploy:
stage
:
deploy
script
:
-
./gradlew publish -x test :search-docs:publish $NEXUS_CREDENTIALS
only
:
-
master
docs
:
stage
:
deploy
...
...
build.gradle
View file @
463ad621
...
...
@@ -126,7 +126,7 @@ tasks.withType(Rpm) {
ospackage
{
os
=
LINUX
arch
=
'
noarch
'
arch
=
'
all
'
packageName
"dariah-$project.name"
replaces
"$project.name"
maintainer
'info@de.dariah.eu'
...
...
@@ -243,4 +243,4 @@ task publishRpmPackage {
}
publish
.
finalizedBy
publishDebPackage
publish
.
finalizedBy
publishRpmPackage
\ No newline at end of file
//publish.finalizedBy publishRpmPackage
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment