Updated config.yml

This commit is contained in:
Core 2022-04-30 15:39:12 +01:00
parent 29d06d109c
commit 489ebbc31d

View file

@ -15,7 +15,6 @@ jobs:
executor: cider-ci executor: cider-ci
steps: steps:
- checkout - checkout
- run: mkdir -p Cider
- run: - run:
name: Set App Version name: Set App Version
command: echo "export APP_VERSION=$(grep '"version":.*' package.json | cut -d '"' -f 4 | head -1)" >> $BASH_ENV command: echo "export APP_VERSION=$(grep '"version":.*' package.json | cut -d '"' -f 4 | head -1)" >> $BASH_ENV
@ -55,10 +54,10 @@ jobs:
- persist_to_workspace: - persist_to_workspace:
# Must be an absolute path, or relative path from working_directory. This is a directory on the container which is # Must be an absolute path, or relative path from working_directory. This is a directory on the container which is
# taken to be the root directory of the workspace. # taken to be the root directory of the workspace.
root: workspace root: .
# Must be relative path from root # Must be relative path from root
paths: paths:
- echo-output - Cider
build-windows: build-windows:
executor: cider-ci executor: cider-ci