Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! support-firecloud -> yplatform
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed Feb 3, 2022
1 parent 4a03923 commit c0c6a1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Brewfile.inc.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env bash

# shellcheck disable=SC1091
source ${SUPPORT_FIRECLOUD_DIR}/bootstrap/brew-install-minimal.inc.sh
source ${YP_DIR}/bootstrap/brew-install-minimal.inc.sh
# shellcheck disable=SC1091
source ${SUPPORT_FIRECLOUD_DIR}/bootstrap/brew-install-node.inc.sh
source ${YP_DIR}/bootstrap/brew-install-node.inc.sh
# shellcheck disable=SC1091
source ${SUPPORT_FIRECLOUD_DIR}/bootstrap/brew-install-node.nvm.inc.sh
source ${YP_DIR}/bootstrap/brew-install-node.nvm.inc.sh

GITHUB_MATRIX_NODE=${GITHUB_MATRIX_NODE:-node}
nvm install ${GITHUB_MATRIX_NODE}
Expand Down

0 comments on commit c0c6a1d

Please sign in to comment.