Skip to content

Commit

Permalink
fix(ci): corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
artemv committed Mar 19, 2019
1 parent 4da40f8 commit 8e8e580
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
common: &common
docker:
- image: egis/papertrail-ci
working_directory: ~/build-tools
working_directory: /home/tester/build-tools

test_steps: &test_steps
<<: *common
Expand Down Expand Up @@ -71,6 +71,10 @@ test_steps: &test_steps
- /tmp/egis-build-tools-v-0-0-0-semantic-release-against-egis-portal-app-2-0-1
- /tmp/egis-build-tools-v-0-0-0-semantic-release-against-egis-bulk-capture-2-0-1
- /tmp/egis-build-tools-v-0-0-0-semantic-release-against-egis-egis-ui-test-utils-3-0-0
- persist_to_workspace:
root: /home/tester
paths:
- build-tools

version: 2
jobs:
Expand All @@ -96,14 +100,8 @@ jobs:
environment:
NODE_VERSION: 8.10.0
steps:
- checkout
- run:
name: set node keys
command: echo ${NODE_VERSION} > .node-version
- restore_cache:
key: dependency-cache-{{ checksum "cache-key.txt" }}
- restore_cache:
key: yarn-cache-{{ checksum "cache-key.txt" }}
- attach_workspace:
at: /home/tester
- run:
name: semantic-version
command: yarn simple-semantic-release-pre
Expand All @@ -113,14 +111,8 @@ jobs:
environment:
NODE_VERSION: 8.10.0
steps:
- checkout
- run:
name: set node keys
command: echo ${NODE_VERSION} > .node-version
- restore_cache:
key: dependency-cache-{{ checksum "cache-key.txt" }}
- restore_cache:
key: yarn-cache-{{ checksum "cache-key.txt" }}
- attach_workspace:
at: /home/tester
- run:
name: publish
command: |
Expand Down

0 comments on commit 8e8e580

Please sign in to comment.