Skip to content

Commit

Permalink
Testing commit
Browse files Browse the repository at this point in the history
... to be ignored

Signed-off-by: Costin Lupu <[email protected]>
  • Loading branch information
clupuishere committed Nov 21, 2023
1 parent 06d98e3 commit 84757dd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions SPECS/aws-nitro-enclaves-cli.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Copyright 2020-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
#TODO

%define ne_name nitro_enclaves
%define ne_group ne
Expand Down
2 changes: 1 addition & 1 deletion appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ version: 0.0
os: linux
hooks:
AfterInstall:
- location: ci_entrypoint.sh
- location: ci_entrypoint_wrapper.sh
timeout: 3600
6 changes: 6 additions & 0 deletions ci_entrypoint_wrapper.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash -xe

SCRIPT_DIR="$(realpath $(dirname $0))"

bash -x "$SCRIPT_DIR/ci_entrypoint.sh" 2>&1 | tee myoutput

0 comments on commit 84757dd

Please sign in to comment.