mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
ci: add comments about git user info
This commit is contained in:
parent
39507b4466
commit
1804b05978
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue