Commit d754073b authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

fixes

parent 899ec4e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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