Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
chore: add config mutation env var to circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
nduchak committed Aug 28, 2020
1 parent 3133aa0 commit e17acb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
type: string
docker:
- image: circleci/node:<< parameters.version >>
environment:
ALLOW_CONFIG_MUTATIONS: true
steps:
- checkout
- run:
Expand Down

0 comments on commit e17acb1

Please sign in to comment.