Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ steps:
# The following plugins are disabled temporarily until PHP is available.
# In the meantime, we'll keep using the GB-mobile docker container.
- *gb-mobile-docker-container
# - *ci_toolkit_plugin # unused?
- *ci_toolkit_plugin
# - *nvm_plugin
- *git-partial-clone-plugin
command: |
Expand All @@ -128,8 +128,7 @@ steps:
echo "--- :node: Set up Node environment"
nvm install && nvm use

echo "--- :npm: Install Node dependencies"
npm ci --unsafe-perm --prefer-offline --no-audit --no-progress
.buildkite/commands/install-node-dependencies.sh
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hey @mokagio 👋 I saw we weren't using the newly introduced install-node-dependencies.sh for the JS Bundle generation. Is it because we are using a docker container? I tried to add it but it failed 😅


if [[ -z "$BUILDKITE_TAG" ]]; then
echo "--- :package: Skip bundle prep work"
Expand Down