Skip to content

Commit

Permalink
fixup! chore: add test job at CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YasminTeles committed Mar 8, 2024
1 parent 30db4a1 commit 3ae56c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ function step_msg {
}

# -- Get some information -----------------------------------------------------
if [ !$CI ] ; then
if [ "$CI" = true ] ; then
[email protected]
else
printf "Please enter some information.\n"
read -p "What is your email? " GIT_EMAIL
else
[email protected]
fi

printf "\nPlease wait! It will configure your environment.\n"
Expand Down

0 comments on commit 3ae56c4

Please sign in to comment.