fix(ci): install gcloud in build-deps step to avoid apt timeout at publish #50

Merged
will.anderson merged 1 commits from fix/ci-gcloud-install-order into dev 2026-05-08 17:38:17 +00:00
Owner

The publish step was installing gcloud via apt-get which timed out (40s) when archive.ubuntu.com was slow. Step 1 installs gcc + libcurl fine, so move gcloud install there where apt cache is fresh. The publish step now only needs gcloud auth + upload.

The publish step was installing gcloud via apt-get which timed out (40s) when archive.ubuntu.com was slow. Step 1 installs gcc + libcurl fine, so move gcloud install there where apt cache is fresh. The publish step now only needs gcloud auth + upload.
will.anderson added 1 commit 2026-05-08 17:34:05 +00:00
fix(ci): install gcloud in build-deps step to avoid apt timeout at publish
El SDK CI - dev / build-and-test (pull_request) Successful in 3m20s
253ee2b887
will.anderson merged commit 8212e12e57 into dev 2026-05-08 17:38:17 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/el#50