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 e5e1963 commit 01e5a44Copy full SHA for 01e5a44
.github/workflows/pi_build.yml
@@ -197,7 +197,6 @@ jobs:
197
git add requirements/*.txt ${{ env.DOCKERFILE }} dev.${{ env.DOCKERFILE }}
198
if [ -f "gpu.${{ env.DOCKERFILE }}" ]; then git add gpu.${{ env.DOCKERFILE }}; fi
199
git commit -m "ci: update requirements and Dockerfile" || true
200
- git push origin ${{ env.HEAD_REF }}
201
echo "::notice::${{ matrix.app }} - updated requirement files and ${{ env.DOCKERFILE }}s"
202
203
export exitcode=0
0 commit comments