Skip to content

Comments

Feat/adzep#14497

Closed
gurodrigues wants to merge 9 commits intoprebid:masterfrom
adpulseads:feat/adzep
Closed

Feat/adzep#14497
gurodrigues wants to merge 9 commits intoprebid:masterfrom
adpulseads:feat/adzep

Conversation

@gurodrigues
Copy link

Type of change

  • Bugfix

  • Feature

  • New bidder adapter

  • Updated bidder adapter

  • Code style update (formatting, local variables)

  • Refactoring (no functional changes, no api changes)

  • Build related changes

  • CI related changes

  • Does this change affect user-facing APIs or examples documented on http://prebid.org?

  • Other

Description of change

Other information

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2ee40decc5

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines +27 to +30
gulp build
gulp bundle --tag prebid-full --modules=modules-full.json
gulp bundle --tag prebid-no-user-sync --modules=modules-no-user-sync.json
gulp bundle --tag prebid-adzep --modules=modules-adzep.json

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Run gulp through npx in deployment workflow

This step invokes gulp directly, but after npm ci the CLI is only guaranteed under node_modules/.bin; in a plain GitHub Actions run shell that path is not reliably on PATH, so the job can fail with gulp: command not found before any artifacts are built or uploaded. I checked this workflow and compared it with existing repo workflows, which call npx gulp ... for the same reason.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant