We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a51560 commit 51cb545Copy full SHA for 51cb545
.github/workflows/bioconda_pr.yml
@@ -39,7 +39,7 @@ jobs:
39
echo "VERSION=$VERSION" >> $GITHUB_ENV
40
echo "PACKAGE=$PACKAGE" >> $GITHUB_ENV
41
42
- - name: Generate meta.yaml in recipes/${{ env.PACKAGE }}
+ - name: Generate meta.yaml in recipes/${{ env.PACKAGE }}
43
run: |
44
mkdir -p recipes/${PACKAGE}
45
cat <<'EOF' > recipes/${PACKAGE}/meta.yaml
@@ -122,6 +122,8 @@ EOF
122
quay.io/bioconda/bioconda-utils-build-env \
123
bash -c "cd /bioconda-recipes && bioconda-utils build recipes config.yml --packages ${PACKAGE} --loglevel info --docker --git-range master"
124
125
+ # 以下のステップは一時的にコメントアウトされています(必要時に有効化してください)
126
+
127
# - name: Commit and push
128
# run: |
129
# cd bioconda-recipes
0 commit comments