Skip to content

Commit b721136

Browse files
committed
Rename $NIGHTLY to $NIGHTLY_BUILD
1 parent d56bc0e commit b721136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/generate-package.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@
14271427
image: registry.ddbuild.io/ci/libdatadog-build/ci_docker_base:67145216
14281428
tags: [ "runner:main", "size:large" ]
14291429
rules:
1430-
- if: $CI_PIPELINE_SOURCE == "schedule" && $NIGHTLY
1430+
- if: $CI_PIPELINE_SOURCE == "schedule" && $NIGHTLY_BUILD
14311431
when: on_success
14321432
- if: $CI_COMMIT_REF_NAME =~ /^ddtrace-/
14331433
when: on_success

0 commit comments

Comments
 (0)