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 ecf2f89 commit 353675e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/.pipeline/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const phases = {
'test-spi': {
namespace: 'af2668-test',
name: `${name}`,
dbName: `${dbName}-spi`,
dbName: `${dbName}`,
phase: 'test-spi',
changeId: deployChangeId,
suffix: `-test-spi`,
Expand Down

0 comments on commit 353675e

Please sign in to comment.