This commit is contained in:
Barry McCormick
2023-10-10 18:39:10 -07:00
parent fd02969d94
commit afa397cade

View File

@@ -24,7 +24,7 @@ task:
- git clone https://github.com/BastilleBSD/templates.git
- cd templates
- echo " branch is $BRANCH "
- git diff --dirstat main..$BRANCH ./*
- git diff --dirstat main..cicd ./*
- git diff --dirstat main..$BRANCH ./* >> diff.txt
- echo "*** diff.txt ***"
- cat diff.txt