Skip to content

Commit

Permalink
run CI on feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-id authored Dec 12, 2024
1 parent 55288f8 commit 0e31bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/scripts/load-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ elif [ "$TARGET" = "agent" ]; then
elif [ "$TARGET" = "nodejs" ]; then
assert_version_is_dev
# NPM builds the package, so we put a trigger file that tells install script to get package from github#master
echo "DataDog/dd-trace-js#master" > nodejs-load-from-npm
echo "DataDog/dd-trace-js#new_user_collection" > nodejs-load-from-npm

elif [ "$TARGET" = "waf_rule_set_v1" ]; then
exit 1
Expand Down

0 comments on commit 0e31bf6

Please sign in to comment.