Skip to content

Commit

Permalink
Fix datbase test-spi pipeline config
Browse files Browse the repository at this point in the history
  • Loading branch information
NickPhura committed Aug 28, 2024
1 parent 84c33cf commit 420be94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database/.pipeline/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ const phases = {
},
'test-spi': {
namespace: 'af2668-test',
name: `${name}-spi`,
name: `${name}`,
phase: 'test-spi',
changeId: deployChangeId,
suffix: '-test-spi',
instance: `${name}-spi-test-spi`,
instance: `${name}-test-spi`,
version: `${version}`,
tag: `test-spi-${version}`,
nodeEnv: 'production',
Expand Down

0 comments on commit 420be94

Please sign in to comment.