This commit is contained in:
Wade Wegner 2017-08-01 15:02:26 -07:00
Родитель 2b00a1646b
Коммит 373782c1b7
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -5,6 +5,10 @@ echo "Updating Salesforce CLI plugin ..."
sfdx update
echo "Installing JQ for JSON parsing ..."
apt-get install jq
wget -O jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64
chmod +x ./jq
echo ""
export PATH=$PATH:/app/jq
echo "Completed!"