Loading .gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -16,13 +16,14 @@ test_dependencies: # Echo env vars - echo $GIT_HTTP_LOW_SPEED_LIMIT - echo $GIT_HTTP_LOW_SPEED_TIME - echo $CURL_TIMEOUT - echo $CURL_RETRY - echo "try8" - echo 0 > zero # Helper file - echo "Runner successfully running" - echo "testing" > test.txt - curl -LsSf https://astral.sh/uv/install.sh -o install.sh - rm install.sh artifacts: paths: - test.txt Loading Loading
.gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -16,13 +16,14 @@ test_dependencies: # Echo env vars - echo $GIT_HTTP_LOW_SPEED_LIMIT - echo $GIT_HTTP_LOW_SPEED_TIME - echo $CURL_TIMEOUT - echo $CURL_RETRY - echo "try8" - echo 0 > zero # Helper file - echo "Runner successfully running" - echo "testing" > test.txt - curl -LsSf https://astral.sh/uv/install.sh -o install.sh - rm install.sh artifacts: paths: - test.txt Loading