Current Path : /var/www/ooareogundevinitiative/wp-content/plugins/brizy/jenkins/ |
Current File : /var/www/ooareogundevinitiative/wp-content/plugins/brizy/jenkins/composer.sh |
#!/usr/bin/env bash echo -e "\Add github token in composer $1" echo -e "-----------------------------------------------------------------------------" # add the github token /usr/local/bin/composer config -g github-oauth.github.com $1 echo -e "\Clear composer cache" echo -e "-----------------------------------------------------------------------------" /usr/local/bin/composer clearcache