Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ check format: check rpc consistency: stage: lint image: ${CORE} image: ${DEPS} needs: [] script: - python3 ${SCRIPTS_DIR}/check_rpc_consistency.py "${CI_PROJECT_DIR}" Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ check format: check rpc consistency: stage: lint image: ${CORE} image: ${DEPS} needs: [] script: - python3 ${SCRIPTS_DIR}/check_rpc_consistency.py "${CI_PROJECT_DIR}" Loading