(MODE-11365) Testing artifact creation.
This commit is contained in:
parent
b59b336353
commit
ee07de0114
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
version: 2
|
||||
jobs:
|
||||
build-package:
|
||||
working_directory: /tmp/repo
|
||||
working_directory: /usr/src/app
|
||||
docker:
|
||||
- image: node:6.17.1-jessie
|
||||
steps:
|
||||
|
|
@ -33,6 +33,7 @@ jobs:
|
|||
tar -zcvf $DEPLOYABLE *
|
||||
popd
|
||||
cp -rf ./deployment ./artifact/
|
||||
mkdir -p /tmp/repo && mv artifact /tmp/repo/
|
||||
- persist_to_workspace:
|
||||
root: /tmp/repo
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Reference in a new issue