Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
debug changes3
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRose authored and evanlouie committed May 4, 2020
1 parent a0d7e87 commit 7efba63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/infra-validations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,14 @@ mkdir $infra_hld_dir
cd $infra_hld_dir

echo "Debugging Before"
ls $TEST_WORKSPACE/$infra_hld_dir/$infra_hld_project
ls -a
bedrock infra scaffold -n $infra_hld_project --source "$source" --version "$tf_template_version" --template "template" >> $TEST_WORKSPACE/log.txt

# Validate the definition in the Infra-HLD repo ------------------
file_we_expect=("definition.yaml")
echo "Debugging and testing"
ls $TEST_WORKSPACE/$infra_hld_dir/$infra_hld_project
pwd
validate_directory "$TEST_WORKSPACE/$infra_hld_dir/$infra_hld_project" "${file_we_expect[@]}"

# Validate the contents of the definition.yaml
Expand Down

0 comments on commit 7efba63

Please sign in to comment.