Loading ci_cd/problem3.yml +2 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,8 @@ register_player: - cp Players/Student/impl/MyPlayer.cpp Players/${GITLAB_USER_LOGIN}/impl/ # # upload to git repo - git config --global user.email "trachten@bu.edu" - git config --global user.name "Ari Trachtenberg" - git add Players/${GITLAB_USER_LOGIN}/include/MyPlayer.h - git add Players/${GITLAB_USER_LOGIN}/impl/MyPlayer.cpp - git commit -m "Adding player ${GITLAB_USER_LOGIN}" Loading Loading
ci_cd/problem3.yml +2 −0 Original line number Diff line number Diff line Loading @@ -100,6 +100,8 @@ register_player: - cp Players/Student/impl/MyPlayer.cpp Players/${GITLAB_USER_LOGIN}/impl/ # # upload to git repo - git config --global user.email "trachten@bu.edu" - git config --global user.name "Ari Trachtenberg" - git add Players/${GITLAB_USER_LOGIN}/include/MyPlayer.h - git add Players/${GITLAB_USER_LOGIN}/impl/MyPlayer.cpp - git commit -m "Adding player ${GITLAB_USER_LOGIN}" Loading