Skip to content

Commit

Permalink
Check variant in build_samples.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed May 2, 2024
1 parent 99c9a6a commit 3c2f349
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .builder/actions/build_samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ def run(self, env):
# parse extra cmake configs
cmd_args = env.args

print("BuildSamples: run {}".format(env.variant))

steps = []
samples = [
'samples/greengrass/basic_discovery',
Expand Down

0 comments on commit 3c2f349

Please sign in to comment.