Skip to content

Commit

Permalink
Fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
omBratteng committed May 16, 2024
1 parent c0f3943 commit 4eb18dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ USER = [
name = "nodejs" + major_version + ("" if (not mode) else mode) + "_" + user + "_" + arch + "_" + distro + "_test",
configs = [
"testdata/nodejs" + major_version + ".yaml",
"testdata/check_npm.yaml",
"testdata/check_headers.yaml"
"testdata/check_npm.yaml",
],
image = "nodejs" + major_version + ("" if (not mode) else mode) + "_" + user + "_" + arch + "_" + distro,
tags = [
Expand Down

0 comments on commit 4eb18dd

Please sign in to comment.