Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
srclosson committed May 15, 2020
1 parent ed62bf9 commit 3751fa7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,13 @@ jobs:
key: cypress-cache-{{ .Environment.CACHE_VERSION }}-{{ checksum "yarn.lock" }}
- run:
name: Build and test panel
command: yarn build
command: |
sed -e "s/%VERSION%/$(cat package.json | jq .version | tr -d '\"')/" -e "s/%TODAY%/$(date)/" ./src/plugin.json.tmpl > ./src/plugin.json
yarn build
- run:
name: Move results to ci folder
command: |
# Update the plugin.json with up to date info
sed -e "s/%VERSION%/$(cat package.json | jq .version | tr -d '\"')/" -e "s/%TODAY%/$(date)/" ./src/plugin.json > ./dist/plugin.json
mkdir -pv ci/job/build_plugin
mkdir -pv ci/packages
mkdir -pv ci/jobs/package
Expand Down

0 comments on commit 3751fa7

Please sign in to comment.