Skip to content

Commit

Permalink
import.sql update
Browse files Browse the repository at this point in the history
  • Loading branch information
Strato-YangSungHun committed Nov 6, 2024
1 parent 2beeeb4 commit b5570f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/import.sql
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ INSERT INTO workflow_stage (workflow_stage_idx, workflow_stage_type_idx, workflo
echo """${create_ns_response}"""
if (create_ns_response.indexOf(''Http_Status_code:200'') > 0 ) {
echo """create Namespace ${NAMESPCE}"""
echo """create Namespace ${NAMESPACE}"""
} else {
error """GET API call failed with status code: ''${response}''"""
}
Expand Down Expand Up @@ -596,7 +596,7 @@ pipeline {
echo """${create_ns_response}"""
if (create_ns_response.indexOf(''Http_Status_code:200'') > 0 ) {
echo """create Namespace ${NAMESPCE}"""
echo """create Namespace ${NAMESPACE}"""
} else {
error """GET API call failed with status code: ''${response}''"""
}
Expand Down Expand Up @@ -1973,7 +1973,7 @@ INSERT INTO workflow_stage_mapping (mapping_idx, workflow_idx, stage_order, work
echo """${create_ns_response}"""
if (create_ns_response.indexOf(''Http_Status_code:200'') > 0 ) {
echo """create Namespace ${NAMESPCE}"""
echo """create Namespace ${NAMESPACE}"""
} else {
error """GET API call failed with status code: ''${response}''"""
}
Expand Down

0 comments on commit b5570f1

Please sign in to comment.