From 1804b05978ac763cdecfb5d07dd987029049cc09 Mon Sep 17 00:00:00 2001 From: Christopher Willis-Ford <7019101+cwillisf@users.noreply.github.com> Date: Tue, 22 Nov 2022 16:11:54 -0800 Subject: [PATCH] ci: add comments about git user info --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c3c138a2..8d7a9b52 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,7 +5,7 @@ commands: deploy_npm: steps: - 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 command: | export RELEASE_VERSION="0.11.$(date +%Y%m%d%H%M%S)" @@ -37,7 +37,7 @@ jobs: command: | sudo apt update 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 npm set progress=false which gulp || sudo npm install -g gulp-cli