Skip to content

Commit

Permalink
chore: work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Apr 22, 2021
1 parent 21ed56e commit 1f62c33
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .circleci/config.yml
Expand Up @@ -22,9 +22,10 @@ jobs:
steps:
- browser-tools/install-browser-tools
- run:
name: Install system packages
name: Configuration
command: |
sudo apt-get update
npm config set loglevel warn
npm config set scripts-prepend-node-path auto
- checkout
- run:
name: Setup environment variables
Expand All @@ -35,7 +36,11 @@ jobs:
echo "export CI_COMMIT_SHORT=${CIRCLE_SHA1:0:8}" >> $BASH_ENV
echo "export CI_TAG=${CIRCLE_TAG}" >> $BASH_ENV
- run:
name: Check package version
name: Install system packages
command: |
sudo apt-get update
- run:
name: Check version
command: |
git --version
node --version
Expand All @@ -46,8 +51,6 @@ jobs:
- run:
name: Install packages
command: |
npm config set loglevel warn
npm config set scripts-prepend-node-path auto
yarn
- run:
name: Build
Expand Down

0 comments on commit 1f62c33

Please sign in to comment.