Merge pull request #4 from Hestia-Homes/model-test

Model test
This commit is contained in:
quandanrepo 2023-09-11 09:20:41 +01:00 committed by GitHub
commit 9518fd0de2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,8 +32,12 @@ jobs:
pip install -r modules/ml-pipeline/src/pipeline/src/requirements/version_control/requirements.txt
- name: Register Model
env:
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
REGISTER_MODEL_NAME=$(echo ${{github.ref_name}} | awk -F"-" '{print $1}')
REGISTER_MODEL_NAME=$(echo ${{ github.event.pull_request.head.ref }} | awk -F"-" '{print $1}')
# REGISTER_MODEL_NAME=$(echo ${{github.ref_name}} | awk -F"-" '{print $1}')
git config user.name "Github-Bot"
git config user.email "Github-Bot"