Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tanrax authored Sep 26, 2023
1 parent 5ce452b commit 82ec204
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,4 @@ URL_PAST_EVENTS="https://www.meetup.com/es-ES/python-valencia-meetup/events/past

# MAIN

# Check if exist cookies env variable
if [ -z "$MEETUP_COOKIES" ]; then
echo "MEETUP_COOKIES env variable is not set. Please set it with the cookies value from MeetUp."
exit 1
else
start
fi
start

0 comments on commit 82ec204

Please sign in to comment.