Skip to content

Commit

Permalink
Update on_create to commit the changes
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
  • Loading branch information
powerjg committed Jan 3, 2025
1 parent 5893292 commit 0cb7939
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/on_create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 0cb7939

Please sign in to comment.