Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
atheurer committed Nov 3, 2023
1 parent c23e205 commit 8c8c9e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rickshaw-run
Original file line number Diff line number Diff line change
Expand Up @@ -896,8 +896,7 @@ sub source_container_image {
if ($count == 0) {
$userenv_arg = " --userenv " . $rickshaw_project_dir . "/userenvs/" . $userenv . ".json";
$req_arg = "";
#$skip_update = "false";
$skip_update = "true";
$skip_update = "false";
} else {
$req_arg = shift(@requirements);
$skip_update = "true";
Expand Down

0 comments on commit 8c8c9e1

Please sign in to comment.