Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
livelocallife
backend
Commits
b8e19524
Commit
b8e19524
authored
1 year ago
by
Nik Kozlov
Browse files
Options
Download
Patches
Plain Diff
Fix publish
parent
bd9665e1
main
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.gradle.kts
+6
-4
build.gradle.kts
with
6 additions
and
4 deletions
+6
-4
build.gradle.kts
+
6
−
4
View file @
b8e19524
...
...
@@ -174,10 +174,12 @@ microserviceProjects.forEach { project ->
&&
usernameEnvironment
.
isNotBlank
()
&&
passwordEnvironment
.
isNotBlank
()
publish
=
shouldPublish
docker
.
publishRegistry
{
url
.
set
(
"registry.kot.tools"
)
username
.
set
(
usernameEnvironment
)
password
.
set
(
passwordEnvironment
)
if
(
shouldPublish
)
{
docker
.
publishRegistry
{
url
.
set
(
"registry.kot.tools"
)
username
.
set
(
usernameEnvironment
)
password
.
set
(
passwordEnvironment
)
}
}
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets