Loading .gitlab-ci.yml +6 −1 Original line number Diff line number Diff line Loading @@ -18,10 +18,15 @@ test_dependencies: - echo $GIT_HTTP_LOW_SPEED_TIME - echo $CURL_TIMEOUT - echo $CURL_RETRY - echo "try3" - echo "try5" - echo 0 > zero # Helper file - echo "Runner successfully running" - cat "testing" > test.txt artifacts: paths: - test.txt # - gcc -v # - clang -v # - make -v Loading Loading
.gitlab-ci.yml +6 −1 Original line number Diff line number Diff line Loading @@ -18,10 +18,15 @@ test_dependencies: - echo $GIT_HTTP_LOW_SPEED_TIME - echo $CURL_TIMEOUT - echo $CURL_RETRY - echo "try3" - echo "try5" - echo 0 > zero # Helper file - echo "Runner successfully running" - cat "testing" > test.txt artifacts: paths: - test.txt # - gcc -v # - clang -v # - make -v Loading