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

Commit

Permalink
Merge pull request #7 from nareddyt/fix-publish
Browse files Browse the repository at this point in the history
[BUG FIX] Persist publish-extension.sh to workspace
  • Loading branch information
nareddyt authored Mar 3, 2018
2 parents c2509b7 + 1b22127 commit e96f9a1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
root: /root/project
paths:
- build
- .circleci

# The `published` step that's referenced above
publish:
Expand All @@ -78,9 +79,7 @@ jobs:
at: /root/workspace
- run:
name: "Publish to the Google Chrome Store"
# Note this publish command is built into the custom docker image
# https://github.com/cibuilds/chrome-extension
command: |
set -eo pipefail
chmod +x ./.circleci/publish-extension.sh
bash ./.circleci/publish-extension.sh /root/workspace/build/extension.zip
chmod +x /root/workspace/.circleci/publish-extension.sh
bash /root/workspace/.circleci/publish-extension.sh /root/workspace/build/extension.zip

0 comments on commit e96f9a1

Please sign in to comment.