Skip to content

Commit

Permalink
fix: chef CD pipeline (#25437)
Browse files Browse the repository at this point in the history
  • Loading branch information
rochaferraz authored Mar 2, 2023
1 parent 3f05692 commit d2b73ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chef/create_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
continue

# Clean up the out directory before extracting device files
shutil.rmtree(out_directory)
shutil.rmtree(out_directory, ignore_errors=True)
os.mkdir(out_directory)

device = device.replace('.tar.gz', '')
Expand Down

0 comments on commit d2b73ff

Please sign in to comment.