Skip to content

Commit

Permalink
Fix .taskcluster.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielBusta committed Nov 21, 2023
1 parent 698c372 commit b392adb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ tasks:
payload:
$let:
normProject:
$eval: 'join(split(project, "-"), "_")'
$eval: 'project'
normProjectUpper:
$eval: 'uppercase(join(split(project, "-"), "_"))'
$eval: 'uppercase(project)'
in:
env:
# run-task uses these to check out the source; the inputs to
Expand Down Expand Up @@ -217,7 +217,7 @@ tasks:

command:
- run-task
- '--${normProject}_checkout=/builds/worker/checkouts/src'
- '--${normProject}-checkout=/builds/worker/checkouts/src'
- '--'
- bash
- -cx
Expand Down

0 comments on commit b392adb

Please sign in to comment.