Skip to content

Commit

Permalink
Fix 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 3e18364
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/.pipeline/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ const phases = {
},
'test-spi': {
namespace: 'af2668-test',
name: `${name}-spi`,
name: `${name}`,
dbName: `${dbName}-spi`,
phase: 'test-spi',
changeId: deployChangeId,
suffix: `-test-spi`,
instance: `${name}-spi-test-spi`,
instance: `${name}-test-spi`,
version: `${version}`,
tag: `test-spi-${version}`,
host: staticUrlsAPI['test-spi'],
Expand Down
2 changes: 1 addition & 1 deletion app/.pipeline/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const phases = {
},
'test-spi': {
namespace: 'af2668-test',
name: `${name}-spi`,
name: `${name}`,
phase: 'test-spi',
changeId: deployChangeId,
suffix: `-test-spi`,
Expand Down

0 comments on commit 3e18364

Please sign in to comment.