Skip to content

Commit

Permalink
fix(ci): bug where uuid not set as env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
devfreddy committed Nov 13, 2019
1 parent 9052354 commit 8613968
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,9 @@ jobs:
job-deploy:
executor: node10browsers

environment:
NR1_NERDPACK_UUID: *nr1-nerdpack-uuid

steps:
- command-restore-source
- command-restore-npm
Expand Down Expand Up @@ -515,4 +518,4 @@ workflows:
filters:
branches:
ignore:
- master
- master

0 comments on commit 8613968

Please sign in to comment.