publish.sh (angular.js-1.7.9) | : | publish.sh (angular.js-1.8.0) | ||
---|---|---|---|---|
skipping to change at line 65 | skipping to change at line 65 | |||
function _update_code() { | function _update_code() { | |||
cd $REPO_DIR | cd $REPO_DIR | |||
echo "-- Pushing code.angularjs.org" | echo "-- Pushing code.angularjs.org" | |||
git push origin master | git push origin master | |||
} | } | |||
function publish { | function publish { | |||
# publish updates the code.angularjs.org Github repository | # publish updates the code.angularjs.org Github repository | |||
# the deployment to Firebase happens via Travis | # the deployment to Firebase happens via CI | |||
_update_code | _update_code | |||
} | } | |||
source $(dirname $0)/../utils.inc | source $(dirname $0)/../utils.inc | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |