From ae163715a2490d03b9560c3506df3307798dd3a1 Mon Sep 17 00:00:00 2001 From: Marcela Melara Date: Fri, 30 Aug 2024 17:59:37 -0700 Subject: [PATCH] Move scripts to root directory Signed-off-by: Marcela Melara --- build-container/hello.py | 2 +- gen-attestation-chain.sh => scripts/gen-attestation-chain.sh | 0 .../attest-ref-values/scripts => scripts}/gen-ref-values.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename gen-attestation-chain.sh => scripts/gen-attestation-chain.sh (100%) rename {.github/actions/attest-ref-values/scripts => scripts}/gen-ref-values.sh (100%) diff --git a/build-container/hello.py b/build-container/hello.py index 7e6ed44..d2f2403 100644 --- a/build-container/hello.py +++ b/build-container/hello.py @@ -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() diff --git a/gen-attestation-chain.sh b/scripts/gen-attestation-chain.sh similarity index 100% rename from gen-attestation-chain.sh rename to scripts/gen-attestation-chain.sh diff --git a/.github/actions/attest-ref-values/scripts/gen-ref-values.sh b/scripts/gen-ref-values.sh similarity index 100% rename from .github/actions/attest-ref-values/scripts/gen-ref-values.sh rename to scripts/gen-ref-values.sh