From 0cb7939d7d8f00da834ab3dfcb299efacb160664 Mon Sep 17 00:00:00 2001 From: Jason Lowe-Power Date: Thu, 2 Jan 2025 17:14:24 -0800 Subject: [PATCH] Update on_create to commit the changes Signed-off-by: Jason Lowe-Power --- .devcontainer/on_create.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.devcontainer/on_create.sh b/.devcontainer/on_create.sh index 86bef6e..f358323 100755 --- a/.devcontainer/on_create.sh +++ b/.devcontainer/on_create.sh @@ -22,3 +22,7 @@ sed -i "s|/workspaces/gem5-assignment-template|$BASE_PATH|g" $BASE_PATH/gem5-con # Update path in gem5-resources sed -i "s|/workspaces/gem5-assignment-template|$BASE_PATH|g" $BASE_PATH/workloads/resources.json + +git add $BASE_PATH/gem5-config.json +git add $BASE_PATH/workloads/resources.json +git commit -m "Update resource paths for this repository"