Skip to content

Commit 3471824

Browse files
committed
Remove unused env from jib task def
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent e0e2433 commit 3471824

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,6 @@ jib {
152152
ports = ['9090']
153153
entrypoint = '/bin/sh'
154154
args = ['/launch.sh'] // copied from `src/main/jib` directory
155-
environment = [
156-
'MICRONAUT_ENVIRONMENTS': 'prod'
157-
]
158155
}
159156
extraDirectories {
160157
paths {

0 commit comments

Comments
 (0)