Fix: Add tox verify pre build script URL
[ric-app/ad.git] / .github / workflows / gerrit-novote-verify.yaml
index 3cac06c..7988af2 100644 (file)
@@ -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() }}