Needed to variablize bits of the initial download URL.

This commit is contained in:
Lucius Bono 2019-06-04 14:11:01 -07:00
Родитель 7010e124f8
Коммит 47f581731d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 41A7F0408F05C91B
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -18,6 +18,7 @@ branch=master
manifest=production_manifest.json
repo=dinobuildr
org=mozilla
dino_engine=dino_engine.py
while :; do
case $1 in
@ -73,7 +74,7 @@ fi
printf "\nPulling down dinobuildr from the [%s] branch from the [%s] repo in the [%s] org on github.
\n\n" "$branch" "$repo" "$org"
build_script=$(curl -f https://raw.githubusercontent.com/mozilla/dinobuildr/"$branch"/dino_engine.py)
build_script=$(curl -f https://raw.githubusercontent.com/"$org"/"$repo"/"$branch"/"$dino_engine")
curl_status=$?
# If curl fails for some reason, we return it's non-zero exit code so that the