Skip to content

Commit

Permalink
Restore upload command in CircleCI deploy script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kelly committed Nov 28, 2018
1 parent dea92fc commit 3a61445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
pipenv install
- run:
name: Upload XPI to S3
command: echo "hooray!" # .circleci/deploy_addon.sh
command: .circleci/deploy_addon.sh

workflows:
version: 2
Expand Down

0 comments on commit 3a61445

Please sign in to comment.