Skip to content

Commit

Permalink
use correct context folder
Browse files Browse the repository at this point in the history
  • Loading branch information
justice-adams-apple committed Oct 7, 2024
1 parent 6e04258 commit 7b217f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def main():
# Make sure everything is relative
dockerfile = os.path.relpath(os.path.realpath(dockerfile), root_dir)

docker_dir, docker_name = os.path.split(dockerfile)
docker_dir = "."

print("Testing {}".format(dockerfile))
sys.stdout.flush()
Expand Down

0 comments on commit 7b217f2

Please sign in to comment.