(MODE-11365) Testing artifact creation.

This commit is contained in:
Sokratis Siozos-Drosos 2019-04-25 12:21:02 +02:00
parent b59b336353
commit ee07de0114

View file

@ -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: