Skip to content
Snippets Groups Projects
Commit 07e8ed83 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6747 resolve comments

parent 186b48d1
No related branches found
No related tags found
No related merge requests found
...@@ -84,10 +84,7 @@ tools { go 'go-1.22.0' } ...@@ -84,10 +84,7 @@ tools { go 'go-1.22.0' }
steps { steps {
script { script {
FAILED_STAGE=env.STAGE_NAME FAILED_STAGE=env.STAGE_NAME
sh "go test ./internal/*"
sh '''
go test ./internal/*
'''
} }
} }
} }
......
...@@ -73,7 +73,7 @@ tests: ...@@ -73,7 +73,7 @@ tests:
name: ACTIVE_PROFILE name: ACTIVE_PROFILE
value: oc,test,ea value: oc,test,ea
- it: should by default not have the ACTIVE_PROFILE env - it: should by default not have any envs
asserts: asserts:
- equal: - equal:
path: spec.template.spec.containers[0].env path: spec.template.spec.containers[0].env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment