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

OZG-6747 resolve comments

parent 186b48d1
Branches
Tags
No related merge requests found
......@@ -84,10 +84,7 @@ tools { go 'go-1.22.0' }
steps {
script {
FAILED_STAGE=env.STAGE_NAME
sh '''
go test ./internal/*
'''
sh "go test ./internal/*"
}
}
}
......
......@@ -73,7 +73,7 @@ tests:
name: ACTIVE_PROFILE
value: oc,test,ea
- it: should by default not have the ACTIVE_PROFILE env
- it: should by default not have any envs
asserts:
- equal:
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