1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/drupal_ynh.git synced 2024-09-03 18:35:53 +02:00

adding link

This commit is contained in:
yalh76 2020-03-24 19:45:11 +01:00
parent c89fd73e64
commit e6ed8d21a0

View file

@ -156,7 +156,7 @@ export PATH="$final_path/vendor/bin:$PATH"
#sudo -u $app env PATH=$PATH drush @$app.prod l10n-update-refresh
#sudo -u $app env PATH=$PATH drush @$app.prod l10n-update
# Bypass composer issue and GitHub Rate Limit
# Bypass composer issue and GitHub Rate Limit https://developer.github.com/v3/#rate-limiting
if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then
sleep 3600
fi