Skip to content

Commit d78a885

Browse files
ckoningtyler-dunkel
authored andcommitted
chore(pipeline): ensure cURL is present
1 parent 1c36e1b commit d78a885

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
2+
.install-packages: &install-packaages
3+
- apk --quiet --no-progress --update --no-cache add git openssh curl
4+
25
.configure-registry: &configure-registry
3-
- apk --quiet --no-progress --update --no-cache add git openssh
46
- |
57
{
68
echo "//registry.npmjs.com/:_authToken=${NPM_TOKEN}"
@@ -36,6 +38,7 @@
3638
default:
3739
image: node:16-alpine
3840
before_script:
41+
- *install-packages
3942
- *configure-registry
4043
cache:
4144
key: ${CI_COMMIT_REF_SLUG}
@@ -122,6 +125,7 @@ homebrew:
122125
GIT_COMMITTER_NAME: 'AutoCloud Deploy Bot'
123126
GIT_COMMITTER_EMAIL: 'no-reply@loudcloud.dev'
124127
before_script:
128+
- *install-packages
125129
- *configure-registry
126130
- *configure-ssh
127131
- mkdir -p /root/.aws

0 commit comments

Comments
 (0)