(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
|
version: 2
|
||||||
jobs:
|
jobs:
|
||||||
build-package:
|
build-package:
|
||||||
working_directory: /tmp/repo
|
working_directory: /usr/src/app
|
||||||
docker:
|
docker:
|
||||||
- image: node:6.17.1-jessie
|
- image: node:6.17.1-jessie
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -33,6 +33,7 @@ jobs:
|
||||||
tar -zcvf $DEPLOYABLE *
|
tar -zcvf $DEPLOYABLE *
|
||||||
popd
|
popd
|
||||||
cp -rf ./deployment ./artifact/
|
cp -rf ./deployment ./artifact/
|
||||||
|
mkdir -p /tmp/repo && mv artifact /tmp/repo/
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: /tmp/repo
|
root: /tmp/repo
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue