Skip to content

Commit 3bd1609

Browse files
committed
change directory for python script
1 parent b9e52f3 commit 3bd1609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/canary/scripts/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ trap cleanup EXIT
6868

6969
function push_to_cloudwatch {
7070
echo "Pushing Codebuild stats to Cloudwatch."
71-
pushd $SCRIPTS_DIR
71+
cd $SCRIPTS_DIR
7272
python push_stats_to_cloudwatch.py
7373
}
7474
trap push_to_cloudwatch EXIT

0 commit comments

Comments
 (0)