Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
L3n41c committed Oct 10, 2024
1 parent fe241d5 commit 2c73ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ image: registry.ddbuild.io/images/mirror/golang:1.22
variables:
PROJECTNAME: "extendeddaemonset"
PROJECTNAME_CHECK: "extendeddaemonset-check"
GOPATH: "$CI_PROJECT_DIR/.cache"
TARGET_TAG: v$CI_PIPELINE_ID-$CI_COMMIT_SHORT_SHA
BUILD_DOCKER_REGISTRY: "486234852809.dkr.ecr.us-east-1.amazonaws.com/ci"
JOB_DOCKER_IMAGE: "486234852809.dkr.ecr.us-east-1.amazonaws.com/ci-containers-project:v2.0.0"
Expand All @@ -27,6 +26,7 @@ build:
stage: build
tags: [ "runner:main", "size:large" ]
script:
- rm -rf /go/pkg
- make build

tests:
Expand Down

0 comments on commit 2c73ecb

Please sign in to comment.