From c2622c836d1e35ff382e6ff3a55a8d4f06bc3afb Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 8 May 2025 14:32:00 -0600 Subject: chore: format yaml config --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa3aeb4..3769622 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,10 +4,8 @@ stages: - validate - runway_staging - runway_production - variables: CONTAINER_IMAGE_COMMIT: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA - include: - project: 'gitlab-com/gl-infra/platform/runway/runwayctl' file: 'ci-tasks/service-project/runway.yml' @@ -19,7 +17,6 @@ include: image: "$CONTAINER_IMAGE_COMMIT" runway_version: v3.61.5 validate_stage: test - build image: image: docker:28 interruptible: true @@ -31,13 +28,11 @@ build image: script: - docker build --tag $CONTAINER_IMAGE_COMMIT . - docker push $CONTAINER_IMAGE_COMMIT - unit: image: golang:alpine stage: test script: - go test ./... - integration: image: golang:1.24.0 stage: test @@ -49,7 +44,7 @@ integration: - apt-get update && apt-get install -y docker.io - echo "$CI_JOB_TOKEN" | docker login -u gitlab-ci-token --password-stdin "$CI_REGISTRY" script: - - go test -tags=integration ./test/integration/... + - go test -tags=integration ./test/integration/... variables: # Variables required by github.com/testcontainers/testcontainers-go # ref https://golang.testcontainers.org/system_requirements/ci/gitlab_ci/#example-using-dind-docker-in-docker -- cgit v1.2.3