Skip to content

Commit

Permalink
[codemod][fbcode] Update target path for CI macros
Browse files Browse the repository at this point in the history
Summary:
X-link: ctrl-labs/src2#40302

**Internal:**
We moved CI macros from `/fbcode` to `/tools` https://fb.workplace.com/groups/1243087773044302/posts/1477603662926044

This changes in this diff are exclusive to `/fbcode`

Test Plan: CI

Reviewed By: zertosh

Differential Revision: D67723119

fbshipit-source-id: e15a35bf4efe417bc90cfaea104319a2d6d0d045
  • Loading branch information
Hoang Le authored and facebook-github-bot committed Jan 2, 2025
1 parent 76fcb92 commit 69f3ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions antlir/antlir2/antlir2_vm/bzl/disable_dev_mode.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

load("@fbcode//target_determinator/macros:ci.bzl", "ci")
load("@fbcode//target_determinator/macros:fbcode_ci_helpers.bzl", "fbcode_ci")
load("@fbsource//tools/target_determinator/macros:ci.bzl", "ci")
load("@fbsource//tools/target_determinator/macros:fbcode_ci_helpers.bzl", "fbcode_ci")

def disable_dev_mode(labels: list[str]) -> list[str]:
""" In addition to `use_opt_instead_of_dev`, explicitly replace some modes
Expand Down

0 comments on commit 69f3ea2

Please sign in to comment.