diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-11 18:25:57 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-11 21:21:55 -0600 |
| commit | f3472bc2ef970b44b5d3a0161a9aad6b78bd9003 (patch) | |
| tree | af231e80c038bcb9fd5aa3d28c09296c4f289283 /.gitlab-ci.yml | |
| parent | a22be1d21780ad56b25401c4fd93b1c04d95f841 (diff) | |
chore: skip docker install
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3693b96..1075f43 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,7 @@ integration: services: - docker:28-dind before_script: - - apt-get update && apt-get install -y docker.io + # - apt-get update && apt-get install --no-install-recommends -y docker.io - echo "$CI_JOB_TOKEN" | docker login -u gitlab-ci-token --password-stdin "$CI_REGISTRY" script: - go test -tags=integration ./test/integration/... |
