We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c36e1b commit d78a885Copy full SHA for d78a885
1 file changed
.gitlab-ci.yml
@@ -1,6 +1,8 @@
1
---
2
+.install-packages: &install-packaages
3
+ - apk --quiet --no-progress --update --no-cache add git openssh curl
4
+
5
.configure-registry: &configure-registry
- - apk --quiet --no-progress --update --no-cache add git openssh
6
- |
7
{
8
echo "//registry.npmjs.com/:_authToken=${NPM_TOKEN}"
@@ -36,6 +38,7 @@
36
38
default:
37
39
image: node:16-alpine
40
before_script:
41
+ - *install-packages
42
- *configure-registry
43
cache:
44
key: ${CI_COMMIT_REF_SLUG}
@@ -122,6 +125,7 @@ homebrew:
122
125
GIT_COMMITTER_NAME: 'AutoCloud Deploy Bot'
123
126
GIT_COMMITTER_EMAIL: 'no-reply@loudcloud.dev'
124
127
128
129
130
- *configure-ssh
131
- mkdir -p /root/.aws
0 commit comments