(MODE-11356) Fixing artifact.
This commit is contained in:
parent
c19d514d89
commit
abc2882620
1 changed files with 9 additions and 9 deletions
|
|
@ -19,15 +19,15 @@ jobs:
|
|||
mkdir ./artifact
|
||||
DEPLOYABLE="${CIRCLE_PROJECT_REPONAME}-${CIRCLE_SHA1}.tar.gz"
|
||||
cp -rf configuration \
|
||||
node_modules \
|
||||
src \
|
||||
run.sh \
|
||||
package.json \
|
||||
map_files \
|
||||
public \
|
||||
docs \
|
||||
publish.js \
|
||||
./artifact/
|
||||
node_modules \
|
||||
src \
|
||||
run.sh \
|
||||
package.json \
|
||||
map_files \
|
||||
public \
|
||||
docs \
|
||||
publish.js \
|
||||
./artifact/
|
||||
pushd ./artifact
|
||||
echo "Taring ${DEPLOYABLE}"
|
||||
tar -zcvf $DEPLOYABLE *
|
||||
|
|
|
|||
Loading…
Reference in a new issue