Skip to content

Commit

Permalink
quotes required around "true"
Browse files Browse the repository at this point in the history
  • Loading branch information
randomanderson committed Jun 11, 2024
1 parent a9816b0 commit 8e420c4
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 @@ -14,7 +14,7 @@ include:

variables:
RUBY_CUSTOM_IMAGE_BASE: $DOCKER_REGISTRY/ci/dd-trace-rb/custom_ruby
SKIP_LATEST_TAG: true
SKIP_LATEST_TAG: "true"
REPO_LANG: ruby # ruby is used rather that "rb"

default:
Expand Down

0 comments on commit 8e420c4

Please sign in to comment.