Skip to content

Commit

Permalink
inventory: disable use_remote when running CI
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jul 28, 2023
1 parent 745fa48 commit 286885e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventories/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ rclone_remote_is_defined: "{{ (rclone is defined) and

use_cloudplow: "{{ rclone_remote_is_defined and use_remote }}"

use_remote: "{{ rclone.enabled }}"
use_remote: "{{ rclone.enabled and not continuous_integration }}"

use_nvidia: "{{ gpu.nvidia | bool }}"

Expand Down

0 comments on commit 286885e

Please sign in to comment.