Skip to content

Commit

Permalink
fix
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 52d989f commit c723d4f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions operator/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ container_image(
directory = "/opt/ansible",
files = [
"requirements.yml",
"watches.yaml",
"roles",
"watches.yaml",
],
)

Expand All @@ -38,12 +38,6 @@ container_image(
name = "forklift-operator-image",
base = ":forklift-operator-base-image",
directory = "/opt/ansible",
entrypoint = [
"/usr/bin/tini",
"--",
"/usr/local/bin/ansible-operator",
"run",
"--watches-file=./watches.yaml"],
layers = [
":forklift-operator-image-layer-run",
],
Expand Down

0 comments on commit c723d4f

Please sign in to comment.