Skip to content

Commit

Permalink
Merge pull request #13920 from M0ses/add_network_services
Browse files Browse the repository at this point in the history
added cargo_vendor/go_modules to call-service-in-container
  • Loading branch information
M0ses committed Mar 2, 2023
2 parents 1e00704 + f22b840 commit a371a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/call-service-in-container
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ create_dir "$LOGDIR"

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

0 comments on commit a371a87

Please sign in to comment.