Skip to content

Commit

Permalink
Force container workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Marcela Melara <marcela.melara@intel.com>
  • Loading branch information
marcelamelara committed Aug 31, 2024
1 parent 8330433 commit 289dc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-container/hello.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is used fo testing measurements within containers

def hello():
print('Hello, World!!')
print('Hello, World!!!')

if __name__ == '__main__':
hello()

0 comments on commit 289dc8c

Please sign in to comment.