Skip to content

Commit b1a82c1

Browse files
committed
trigger mac build on branch
1 parent 8dbf665 commit b1a82c1

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/docker/install_deps.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ function install_deps_debian12() {
9191
cd ../..
9292
}
9393

94-
9594
function install_deps_debian13() {
9695
apt -y install $BUILD_DEPS_DEBIAN $FPM_DEPS_DEBIAN
9796
gem install fpm
@@ -129,7 +128,6 @@ function install_deps_debian13() {
129128
cd ../..
130129
}
131130

132-
133131
function install_deps_ubuntu20.04() {
134132
apt -y install $BUILD_DEPS_UBUNTU $FPM_DEPS_UBUNTU_2004
135133
gem install fpm
@@ -320,6 +318,7 @@ function install_deps_redhat-el8() {
320318

321319
gem install fpm
322320
}
321+
323322
function install_deps_redhat-el9() {
324323

325324
dnf -y install $BUILD_DEPS_REDHAT_9 $FPM_DEPS_REDHAT_9
@@ -402,8 +401,6 @@ function install_deps_redhat-el9() {
402401
gem install fpm
403402
}
404403

405-
406-
407404
function install_deps_amazon-2023() {
408405
yum groupinstall -y 'Development Tools'
409406
dnf install -y $BUILD_DEPS_AMAZON $FPM_DEPS_AMAZON

.github/workflows/mac-artifact-jfrog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Mac Artifact
22
on:
33
push:
4-
branches: [ master, "bugfix-*", actions-hub ]
4+
branches: [ master, "bugfix-*", actions-hub, SERVER-216 ]
55
pull_request:
66
branches: [ master, "bugfix-*", actions-hub ]
77
workflow_call:

0 commit comments

Comments
 (0)