Skip to content

Commit

Permalink
Update conda-build-perl-convert-pheno.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoLeist authored Sep 17, 2023
1 parent 2ac8b9f commit 8b664bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda-build-perl-convert-pheno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
docker pull quay.io/dpryan79/mulled_container:latest
export OSTYPE="linux-gnu"
export CI="true"
bioconda-utils build conda_recipe conda_recipe/config.yml --docker --mulled-test > /tmp/build.log 2>&1
bioconda-utils build conda_recipe conda_recipe/config.yml --docker --mulled-test 2>&1 | tee /tmp/build.log
docker rmi quay.io/dpryan79/mulled_container:latest
- os : macos-latest
bash: |
Expand All @@ -26,7 +26,7 @@ jobs:
export OSTYPE="darwin"
export CI="true"
export HOME=`pwd`
bioconda-utils build conda_recipe conda_recipe/config.yml > /tmp/build.log 2>&1
bioconda-utils build conda_recipe conda_recipe/config.yml 2>&1 | tee /tmp/build.log
runs-on: ${{ matrix.os }}
continue-on-error: true
Expand Down

0 comments on commit 8b664bb

Please sign in to comment.