Skip to content

Commit

Permalink
Update wandb_create_and_build_job.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-water authored Apr 3, 2024
1 parent af5de88 commit b49e1fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/wandb_create_and_build_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
credentials_json: ${{ secrets.GCP_CRED }}
- name: "Create W&B job"
run: |
cd ..
ls -hal
tar -cvzf repo.tgz SDO-FM/*
tar -cvzf ../repo.tgz ./*
gcloud builds submit repo.tgz --tag ${{ secrets.GCP_ARTIFACT_REG }}/sdofm:${{ github.ref_name }}
wandb job create --project "${{ secrets.WANDB_PROJECT }}" --entity "${{ secrets.WANDB_ORG }}" --name "gha-${{ github.ref_name }}" --entry-point "scripts/test.py" image ${{ secrets.GCP_ARTIFACT_REG }}/sdofm:${{ github.ref_name }}

0 comments on commit b49e1fa

Please sign in to comment.