Skip to content

Commit

Permalink
Merge pull request #1353 from bcgov/BugFix-Pipeline-Test-Spi-4
Browse files Browse the repository at this point in the history
SIMSBIOHUB-360: Bug fix pipeline test spi 4
  • Loading branch information
NickPhura authored Aug 28, 2024
2 parents ecf2f89 + 353675e commit 5b85c86
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 5b85c86

Please sign in to comment.