From: Jessica Wagantall Date: Mon, 1 Apr 2024 23:06:35 +0000 (-0700) Subject: Fix: Add tox verify pre build script URL X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F36%2F12636%2F1;p=ric-app%2Fad.git Fix: Add tox verify pre build script URL Change-Id: I0459c924e4adc16f9192fc382496bf50b9a51307 Signed-off-by: Jessica Wagantall --- diff --git a/.github/workflows/gerrit-novote-verify.yaml b/.github/workflows/gerrit-novote-verify.yaml index 3cac06c..7988af2 100644 --- a/.github/workflows/gerrit-novote-verify.yaml +++ b/.github/workflows/gerrit-novote-verify.yaml @@ -81,7 +81,8 @@ jobs: GERRIT_PATCHSET_REVISION: ${{ inputs.GERRIT_PATCHSET_REVISION }} GERRIT_PROJECT: ${{ inputs.GERRIT_PROJECT }} GERRIT_REFSPEC: ${{ inputs.GERRIT_REFSPEC }} - TOX_ENVS: '["code","flake8","docs","docs-linkcheck"]' + TOX_ENVS: '["code","flake8"]' + PRE_BUILD_SCRIPT_URL: "https://raw.githubusercontent.com/o-ran-sc/ci-management/master/jjb/shell/install-deb-rmr.sh" vote: if: ${{ always() }}