We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89475f6 commit 88f8c1eCopy full SHA for 88f8c1e
1 file changed
.gitlab-ci.yml
@@ -109,6 +109,7 @@ semantic release:
109
- npx semantic-release -r $CI_PROJECT_URL
110
111
homebrew:
112
+ image: node:16
113
stage: release
114
rules:
115
- if: $CI_COMMIT_BRANCH
@@ -126,7 +127,7 @@ homebrew:
126
127
GIT_COMMITTER_NAME: 'AutoCloud Deploy Bot'
128
GIT_COMMITTER_EMAIL: 'no-reply@loudcloud.dev'
129
before_script:
- - *install-packages
130
+ # - *install-packages
131
- *configure-registry
132
- *configure-ssh
133
- mkdir -p /root/.aws
0 commit comments