Skip to content

Commit

Permalink
to_jmtcsngr
Browse files Browse the repository at this point in the history
  • Loading branch information
jmtcsngr committed Jan 20, 2024
1 parent c8b0998 commit 4aaa13e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
PERL_CACHE: ~/perl5 # Perlbrew and CPAN modules installed here, cached
NPG_LIB: ~/perl5npg # NPG modules installed here, not cached
WSI_NPG_GITHUB_URL: https://github.com/wtsi-npg
WSI_NPG_GITHUB_URL: https://github.com/jmtcsngr
WSI_NPG_BUILD_BRANCH: ${{ github.base_ref}}
WSI_NPG_GITHUB_REPO_OWNER: ${{ github.repository_owner }}

Expand Down
4 changes: 2 additions & 2 deletions scripts/install_wsi_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
set -e -u -x

echo "WSI_NPG_GITHUB_URL -> ${WSI_NPG_GITHUB_URL}";
WSI_NPG_GITHUB_URL=${WSI_NPG_GITHUB_URL:=https://github.com/wtsi-npg}
WSI_NPG_GITHUB_URL=${WSI_NPG_GITHUB_URL:=https://github.com/jmtcsngr}
echo "WSI_NPG_GITHUB_URL -> ${WSI_NPG_GITHUB_URL}";
# WSI_NPG_BUILD_BRANCH is undefined outside of pull request, ie on push.
if [ -z ${WSI_NPG_BUILD_BRANCH} ]
then
if [ "$WSI_NPG_GITHUB_REPO_OWNER" = "wtsi-npg" ]
if [ "$WSI_NPG_GITHUB_REPO_OWNER" = "jmtcsngr" ]
then
WSI_NPG_BUILD_BRANCH=master
else
Expand Down

0 comments on commit 4aaa13e

Please sign in to comment.