Skip to content

Commit

Permalink
ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
sashhhaka committed Jul 24, 2024
1 parent ca2d8d3 commit c260b89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/validate-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ jobs:
- name: Export variables
run: |
echo $PWD
export ZENML_CONFIG_PATH=$PWD/services/zenml
export PROJECTPATH=$PWD
export AIRFLOW_HOME=$PWD/services/airflow
export PYTHONPATH=$PWD
export ZENML_CONFIG_PATH=$GITHUB_WORKSPACE/services/zenml
export PROJECTPATH=$GITHUB_WORKSPACE
export AIRFLOW_HOME=$GITHUB_WORKSPACE/services/airflow
export PYTHONPATH=$GITHUB_WORKSPACE
echo "PYTHONPATH=$PYTHONPATH" >> $GITHUB_ENV
- name: Print current directory and list files
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ services/airflow/airflow.cfg
services/airflow/airflow.db
services/airflow/webserver_config.py



services/airflow/logs/scheduler/latest
mlruns
multirun
Expand All @@ -194,4 +196,6 @@ catboost_info
services/airflow/standalone_admin_password.txt
mlartifacts

gdrive-credentials.json
gdrive-credentials.json

services/zenml

0 comments on commit c260b89

Please sign in to comment.