Updated config.yml
This commit is contained in:
parent
29d06d109c
commit
489ebbc31d
1 changed files with 2 additions and 3 deletions
|
@ -15,7 +15,6 @@ jobs:
|
|||
executor: cider-ci
|
||||
steps:
|
||||
- checkout
|
||||
- run: mkdir -p Cider
|
||||
- run:
|
||||
name: Set App Version
|
||||
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:
|
||||
# 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.
|
||||
root: workspace
|
||||
root: .
|
||||
# Must be relative path from root
|
||||
paths:
|
||||
- echo-output
|
||||
- Cider
|
||||
|
||||
build-windows:
|
||||
executor: cider-ci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue