Your IP : 18.188.195.92


Current Path : /var/www/ooareogundevinitiative/wp-content/plugins/brizy/jenkins/
Upload File :
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