Skip to content

Commit 50e9421

Browse files
colons
1 parent 490944f commit 50e9421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ e2e-test:
262262
project: DataDog/serverless-e2e-tests
263263
strategy: depend
264264
rules:
265-
- if $UPSTREAM_PROJECT_NAME == "dd-trace-py"
265+
- if: $UPSTREAM_PROJECT_NAME == "dd-trace-py"
266266
when: never
267267
variables:
268268
LANGUAGES_SUBSET: python
@@ -285,7 +285,7 @@ e2e-test-status:
285285
tags: ["arch:amd64"]
286286
timeout: 3h
287287
rules:
288-
- if $UPSTREAM_PROJECT_NAME == "dd-trace-py"
288+
- if: $UPSTREAM_PROJECT_NAME == "dd-trace-py"
289289
when: never
290290
script: |
291291
GITLAB_API_TOKEN=$(aws ssm get-parameter --region us-east-1 --name "ci.${CI_PROJECT_NAME}.serverless-e2e-gitlab-token" --with-decryption --query "Parameter.Value" --out text)

0 commit comments

Comments
 (0)