Loading ci_cd/problem3.yml +2 −2 Original line number Diff line number Diff line Loading @@ -96,8 +96,8 @@ register_player: # copy to the student directory - mkdir -p Players/${GITLAB_USER_LOGIN}/include - mkdir -p Players/${GITLAB_USER_LOGIN}/impl - cp include/MyPlayer.h Players/${GITLAB_USER_LOGIN}/include - cp impl/MyPlayer.cpp Players/${GITLAB_USER_LOGIN}/impl/ - cp Players/Student/include/MyPlayer.h Players/${GITLAB_USER_LOGIN}/include - cp Players/Student/impl/MyPlayer.cpp Players/${GITLAB_USER_LOGIN}/impl/ # # upload to git repo - git add Players/${GITLAB_USER_LOGIN}/include/MyPlayer.h Loading Loading
ci_cd/problem3.yml +2 −2 Original line number Diff line number Diff line Loading @@ -96,8 +96,8 @@ register_player: # copy to the student directory - mkdir -p Players/${GITLAB_USER_LOGIN}/include - mkdir -p Players/${GITLAB_USER_LOGIN}/impl - cp include/MyPlayer.h Players/${GITLAB_USER_LOGIN}/include - cp impl/MyPlayer.cpp Players/${GITLAB_USER_LOGIN}/impl/ - cp Players/Student/include/MyPlayer.h Players/${GITLAB_USER_LOGIN}/include - cp Players/Student/impl/MyPlayer.cpp Players/${GITLAB_USER_LOGIN}/impl/ # # upload to git repo - git add Players/${GITLAB_USER_LOGIN}/include/MyPlayer.h Loading