ci: add comments about git user info

This commit is contained in:
Christopher Willis-Ford 2022-11-22 16:11:54 -08:00
parent 39507b4466
commit 1804b05978

View file

@ -5,7 +5,7 @@ commands:
deploy_npm: deploy_npm:
steps: steps:
- run: - run:
# This relies on deploy_gh_pages to set git user info first # This assumes the git user info is already configured
name: Deploy to NPM name: Deploy to NPM
command: | command: |
export RELEASE_VERSION="0.11.$(date +%Y%m%d%H%M%S)" export RELEASE_VERSION="0.11.$(date +%Y%m%d%H%M%S)"
@ -37,7 +37,7 @@ jobs:
command: | command: |
sudo apt update sudo apt update
sudo apt install libgif-dev sudo apt install libgif-dev
TRAVIS_BRANCH="${CIRCLECI_BRANCH}" travis/setup-git.sh TRAVIS_BRANCH="${CIRCLECI_BRANCH}" travis/setup-git.sh # Configure git user info
travis/install-assets.sh travis/install-assets.sh
npm set progress=false npm set progress=false
which gulp || sudo npm install -g gulp-cli which gulp || sudo npm install -g gulp-cli