Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Bore committed Apr 16, 2019
1 parent 2ec5de2 commit a054881
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
version: 2.1

executors:
my-executor:
docker:
- image: circleci/node:11
working_directory: /workspace

jobs:
build:
executor: my-executor
docker:
- image: circleci/node:11
steps:
- checkout
- run:
Expand All @@ -23,12 +17,13 @@ jobs:
cd dist
zip -r ../dist.zip .
- persist_to_workspace:
root: /workspace
root: /home/circleci/project
paths:
- dist.zip

publish:
executor: my-executor
docker:
- image: circleci/node:11
steps:
- attach_workspace:
at: /workspace
Expand Down

0 comments on commit a054881

Please sign in to comment.