Skip to content

Commit

Permalink
Merge pull request #794 from mlutfy/addSmaster
Browse files Browse the repository at this point in the history
src/civibuild.aliases.sh: add smaster for c-i demo builds
  • Loading branch information
totten authored Jul 25, 2023
2 parents f5f9733 + 4d09576 commit 11e88ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/civibuild.aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ function civibuild_alias_resolve() {
bmaster) SITE_TYPE=backdrop-demo ; CIVI_VERSION=master ; CMS_TITLE="CiviCRM Sandbox on Backdrop" ;;
b-master) SITE_TYPE=backdrop-demo ; CIVI_VERSION=master ; CMS_TITLE="CiviCRM Sandbox on Backdrop" ;;

smaster) SITE_TYPE=standalone-clean ; CIVI_VERSION=master ; CMS_TITLE="CiviCRM Standalone Sandbox" ;;

civihr) SITE_TYPE=civihr ; CIVI_VERSION=5.3.1 ; CMS_TITLE="CiviHR Sandbox" ; NO_SAMPLE_DATA=1 ;;

bempty) SITE_TYPE=backdrop-empty ; CIVI_VERSION=none ; CMS_TITLE="Backdrop Sandbox" ;;
Expand Down

0 comments on commit 11e88ba

Please sign in to comment.