Skip to content

Commit

Permalink
Revert "chore(terraform): archive common tests logs file" (#882)
Browse files Browse the repository at this point in the history
Revert "chore(terraform): archive common tests logs file (#836)"

This reverts commit 8583c1c.
  • Loading branch information
dduportal authored Sep 10, 2024
1 parent 207b5bd commit c3079de
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions vars/terraform.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,8 @@ def call(userConfig = [:]) {
sh makeCliCmd + ' validate'
}
if (finalConfig.runCommonTests) {
final String commonTestsFileName = 'common-tests.log'
withEnv(["COMMON_TESTS_FILE_NAME=${commonTestsFileName}",]) {
stage('✅ Commons Test Terraform Project') {
sh makeCliCmd + ' common-tests'
archiveArtifacts commonTestsFileName
}
stage('✅ Commons Test Terraform Project') {
sh makeCliCmd + ' common-tests'
}
}
if (finalConfig.runTests) {
Expand Down

0 comments on commit c3079de

Please sign in to comment.