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 b392adb commit a7dbd8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ tasks:
payload:
$let:
normProject:
$eval: 'project'
$eval: 'join(split(project, "-"), "_")'
normProjectUpper:
$eval: 'uppercase(project)'
$eval: 'uppercase(join(split(project, "-"), "_"))'
in:
env:
# run-task uses these to check out the source; the inputs to
Expand Down

0 comments on commit a7dbd8e

Please sign in to comment.