Skip to content

Commit

Permalink
Add missing space
Browse files Browse the repository at this point in the history
Signed-off-by: Tanner Lewis <lewijacn@amazon.com>
  • Loading branch information
lewijacn committed Oct 22, 2024
1 parent f2b7f64 commit 2ff28a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/defaultIntegPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def call(Map config = [:]) {
def command = "pipenv run pytest --log-file=${testDir}/reports/${uniqueId}/pytest.log " +
"--junitxml=${test_result_file} ${integTestCommand} " +
"--unique_id ${uniqueId} " +
"--stage ${stage}" +
"--stage ${stage} " +
"-s"
withCredentials([string(credentialsId: 'migrations-test-account-id', variable: 'MIGRATIONS_TEST_ACCOUNT_ID')]) {
withAWS(role: 'JenkinsDeploymentRole', roleAccount: "${MIGRATIONS_TEST_ACCOUNT_ID}", duration: 3600, roleSessionName: 'jenkins-session') {
Expand Down

0 comments on commit 2ff28a8

Please sign in to comment.