Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 authored Jan 18, 2024
1 parent 44f9793 commit ae74587
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vars/terraform.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ def call(userConfig = [:]) {
}
if (finalConfig.runCommonTests) {
stage('✅ Commons Test Terraform Project') {
sh 'whoami'
sh 'pwd'
sh 'echo "${PATH}"'
sh makeCliCmd + ' common-tests'
}
}
Expand Down

0 comments on commit ae74587

Please sign in to comment.