Skip to content

Commit

Permalink
Merge pull request #2968 from forslund/test/vk-no-skill-updates-at-ru…
Browse files Browse the repository at this point in the history
…ntime

Voight Kampff: No skill updates at runtime
  • Loading branch information
krisgesling committed Aug 10, 2021
2 parents 1256723 + a65a3f7 commit 5f72294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ FROM core_builder as voight_kampff_builder
ARG platform
# Setup a dummy TTS backend for the audio process
RUN mkdir /etc/mycroft
RUN echo '{"tts": {"module": "dummy"}}' > /etc/mycroft/mycroft.conf
RUN echo '{"tts": {"module": "dummy"}, "skills": {"auto_update": false}}' > /etc/mycroft/mycroft.conf
RUN mkdir ~/.mycroft/allure-result

# The behave feature files for a skill are defined within the skill's
Expand Down

0 comments on commit 5f72294

Please sign in to comment.