Skip to content

Commit

Permalink
makes all the scripts executable
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Apr 24, 2022
1 parent d7b0cf1 commit fbf34b5
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
Empty file modified startTestEnv
100644 → 100755
Empty file.
Empty file modified startTestingEnv
100644 → 100755
Empty file.
Empty file modified utils/cleanTestEnv
100644 → 100755
Empty file.
Empty file modified utils/cleanTestEnvCicd
100644 → 100755
Empty file.
Empty file modified utils/cleanTestEnvLocal
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion utils/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ then
elif [[ $version == $branch_name* ]]
then
continue=1
elif ! [[ $branch_name =~ ^[0-9].[0-9]$ ]]
elif ! [[ $branch_name =~ ^[0-9]+.[0-9]+$ ]]
then
printf "${YELLOW}Not committing to master or version branches${NC}\n"
else
Expand Down
Empty file modified utils/setupTestEnv
100644 → 100755
Empty file.
Empty file modified utils/setupTestEnvCicd
100644 → 100755
Empty file.
Empty file modified utils/setupTestEnvLocal
100644 → 100755
Empty file.

0 comments on commit fbf34b5

Please sign in to comment.