Skip to content

Commit

Permalink
[backend] new service with net enabled in call-service-in-docker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
M0ses committed Oct 13, 2020
1 parent f6e6433 commit 95f73af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/call-service-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ create_dir "$LOGDIR"

shift
case "$COMMAND" in
*/download_url|*/download_src_package|*/update_source|*/download_files|*/generator_pom|*/snapcraft|*/kiwi_import|*/appimage)
*/download_url|*/download_src_package|*/update_source|*/download_files|*/generator_pom|*/snapcraft|*/kiwi_import|*/appimage|*/node_modules)
WITH_NET="1"
;;
*/bundle_gems)
Expand Down

0 comments on commit 95f73af

Please sign in to comment.