Skip to content

Commit 88f8c1e

Browse files
ckoningtyler-dunkel
authored andcommitted
chore(pipeline): use Debian image for Homebrew
1 parent 89475f6 commit 88f8c1e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ semantic release:
109109
- npx semantic-release -r $CI_PROJECT_URL
110110

111111
homebrew:
112+
image: node:16
112113
stage: release
113114
rules:
114115
- if: $CI_COMMIT_BRANCH
@@ -126,7 +127,7 @@ homebrew:
126127
GIT_COMMITTER_NAME: 'AutoCloud Deploy Bot'
127128
GIT_COMMITTER_EMAIL: 'no-reply@loudcloud.dev'
128129
before_script:
129-
- *install-packages
130+
# - *install-packages
130131
- *configure-registry
131132
- *configure-ssh
132133
- mkdir -p /root/.aws

0 commit comments

Comments
 (0)