Skip to content

Commit b49ee07

Browse files
committed
testspwd
1 parent 678ed58 commit b49ee07

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

init/entrypoint.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#!/bin/sh
22
set -e
3-
ls
4-
pwd
3+
OUTPUT=$(ls)
4+
echo $OUTPUT
5+
OUTPUT=$(pwd)
6+
echo $OUTPUT
57
cd "${TF_ACTION_WORKING_DIR:-.}"
68

79
if [[ ! -z "$TF_ACTION_TFE_TOKEN" ]]; then

0 commit comments

Comments
 (0)