More verification

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-08-26 23:02:25 -04:00
parent 3618774d9f
commit 86ed884251
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
10 changed files with 34 additions and 27 deletions

View file

@ -27,10 +27,10 @@ resetWorkspace() {
}
export -f resetWorkspace;
verifyAllTags() {
repo forall -c 'source $DOS_WORKSPACE_ROOT/Scripts/Common/Tag_Verifier.sh && verifyTagIfPossible $REPO_PROJECT $REPO_PATH';
verifyAllPlatformTags() {
repo forall -c 'source $DOS_WORKSPACE_ROOT/Scripts/Common/Tag_Verifier.sh && verifyTagIfPlatform $REPO_PROJECT $REPO_PATH';
}
export -f verifyAllTags;
export -f verifyAllPlatformTags;
enter() {
echo "================================================================================================"