Skip to content

Commit

Permalink
debug getting the image name out of the build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Hgherzog committed Nov 22, 2024
1 parent 5791a72 commit 81f44a2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/forest_loss_driver_prediction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ jobs:
needs: build
runs-on: ubuntu-latest-m
steps:
- name: Debug getting ghcr image name
run: |
echo "ghcr_image_name: ${{ needs.build.outputs.ghcr_image_name }}"
- name: Checkout repository
uses: actions/checkout@v4

Expand All @@ -96,12 +100,7 @@ jobs:
with:
credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}

- name: Debug script location
run: |
pwd
ls -la
- name: Run Extract Dataset Job on a VM and Launch Prediction Job on Beaker # We need all of these to become secrets
- name: Run Extract Dataset Job on a VM and Launch Prediction Job on Beaker
run: |
export GHCR_PAT=${{ secrets.GHCR_PAT_PULL_DOCKER_IMAGE }} && \
export DATASET_EXTRACT_COMMAND="python -m rslp.main forest_loss_driver extract_dataset" && \
Expand Down

0 comments on commit 81f44a2

Please sign in to comment.