Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
Signed-off-by: Arik Hadas <[email protected]>
  • Loading branch information
ahadas committed Jun 20, 2024
1 parent 496af43 commit 6be3bae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions operator/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ container_run_and_commit_layer(
name = "forklift-operator-image-layer-run",
image = ":forklift-operator-base-image.tar",
commands = [
# "ansible-galaxy collection install -r /opt/ansible/requirements.yml && chmod -R ug+rwx /opt/ansible/.ansible",
"ls",
"ansible-galaxy collection install -r /opt/ansible/requirements.yml && chmod -R ug+rwx /opt/ansible/.ansible",
],
docker_run_flags = ["--entrypoint=''"],
)
Expand Down

0 comments on commit 6be3bae

Please sign in to comment.