Skip to content

Commit

Permalink
Merge pull request #2 from WesleyCh3n/master
Browse files Browse the repository at this point in the history
fix: change branch master to main
  • Loading branch information
WesleyCh3n committed Oct 1, 2021
2 parents 9ed0102 + ab115a7 commit d386a10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Dockerfile/ga
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ setup_color() {

get_template() {
info "autograde-Makefile"
curl -sfLo ./autograde-Makefile https://github.com/WesleyCh3n/NTUBME-Autograde/raw/master/src/Makefile
curl -sfLo ./autograde-Makefile https://github.com/WesleyCh3n/NTUBME-Autograde/raw/main/src/Makefile
info "gtest.cpp"
curl -sfLo ./gtest.cpp https://github.com/WesleyCh3n/NTUBME-Autograde/raw/master/src/gtest.cpp
curl -sfLo ./gtest.cpp https://github.com/WesleyCh3n/NTUBME-Autograde/raw/main/src/gtest.cpp
info "score.py"
curl -sfLo ./score.py https://github.com/WesleyCh3n/NTUBME-Autograde/raw/master/src/score.py
curl -sfLo ./score.py https://github.com/WesleyCh3n/NTUBME-Autograde/raw/main/src/score.py
if [[ $isLab == true ]];then
info "This is lab. Change total score to 100."
sed -i '/40/s//70/g' ./score.py
Expand Down

0 comments on commit d386a10

Please sign in to comment.