mirror of
https://github.com/Hestia-Homes/ML.git
synced 2026-06-30 13:10:43 +00:00
try with credentials
This commit is contained in:
parent
5317b3b86b
commit
f0a5e55178
1 changed files with 3 additions and 6 deletions
9
.github/workflows/VerifyModelOperational.yml
vendored
9
.github/workflows/VerifyModelOperational.yml
vendored
|
|
@ -15,6 +15,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
|
env:
|
||||||
|
AWS_ACCESS_KEY_ID: ${{ secrets.ROBOT_AWS_ACCESS_KEY_ID }}
|
||||||
|
AWS_SECRET_ACCESS_KEY: ${{ secrets.ROBOT_AWS_SECRET_ACCESS_KEY }}
|
||||||
run: |
|
run: |
|
||||||
cd modules/ml-pipeline/src/pipeline/
|
cd modules/ml-pipeline/src/pipeline/
|
||||||
|
|
||||||
|
|
@ -23,12 +26,6 @@ jobs:
|
||||||
# pip install -r src/requirements/predictions/requirements-dev.txt
|
# pip install -r src/requirements/predictions/requirements-dev.txt
|
||||||
|
|
||||||
cd src/
|
cd src/
|
||||||
|
|
||||||
export AWS_ACCESS_KEY_ID=${ROBOT_AWS_ACCESS_KEY_ID}
|
|
||||||
export AWS_SECRET_ACCESS_KEY=${ROBOT_AWS_SECRET_ACCESS_KEY}
|
|
||||||
|
|
||||||
echo "Hello"
|
|
||||||
|
|
||||||
dvc pull -r experiments
|
dvc pull -r experiments
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue