MOBILE-3749 github: Fix prepare workflow

main
Pau Ferrer Ocaña 2021-05-11 11:59:48 +02:00
parent f1423183c9
commit 0c3129ac59
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
#!/bin/bash
source "./.github/scripts/functions.sh"
BRANCH=${GITHUB_REF##*/}
if [ -z $GIT_TOKEN ] || [ -z $BRANCH ] || [ $GITHUB_REPOSITORY != 'moodlehq/moodleapp' ]; then
if [ -z $GIT_TOKEN ] || [ $GITHUB_REPOSITORY != 'moodlemobile/moodleapp' ]; then
print_error "Env vars not correctly defined"
exit 1
fi