Loading assignment-1-tests.yml +3 −2 Original line number Diff line number Diff line default: image: alpine/git:latest image: alpine:latest before_script: - apk update - apk add bash - apk add --no-cache bash - apk add --no-cache git - for filename in ./*.sh; do chmod +x "${filename}"; done - git clone --recurse-submodules -j8 https://netsim.cs.uowm.gr/gitlab/operating-systems/os-tests.git Loading assignment-2-tests.yml +3 −2 Original line number Diff line number Diff line default: image: alpine/git:latest image: alpine:latest before_script: - apk update - apk add bash - apk add --no-cache bash - apk add --no-cache git - for filename in ./*.sh; do chmod +x "${filename}"; done - git clone --recurse-submodules -j8 https://netsim.cs.uowm.gr/gitlab/operating-systems/os-tests.git Loading Loading
assignment-1-tests.yml +3 −2 Original line number Diff line number Diff line default: image: alpine/git:latest image: alpine:latest before_script: - apk update - apk add bash - apk add --no-cache bash - apk add --no-cache git - for filename in ./*.sh; do chmod +x "${filename}"; done - git clone --recurse-submodules -j8 https://netsim.cs.uowm.gr/gitlab/operating-systems/os-tests.git Loading
assignment-2-tests.yml +3 −2 Original line number Diff line number Diff line default: image: alpine/git:latest image: alpine:latest before_script: - apk update - apk add bash - apk add --no-cache bash - apk add --no-cache git - for filename in ./*.sh; do chmod +x "${filename}"; done - git clone --recurse-submodules -j8 https://netsim.cs.uowm.gr/gitlab/operating-systems/os-tests.git Loading