Skip to content

Commit

Permalink
Update buildStable.yaml to use 'ops.yaml' for ojob instead of 'ojob.i…
Browse files Browse the repository at this point in the history
…o/s3/ops'
  • Loading branch information
nmaguiar authored Aug 12, 2024
1 parent 0a981fd commit b644e96
Show file tree
Hide file tree
Showing 3 changed files with 544 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildDaily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
OS_OAFSH: ${{ secrets.OS_OAFSH }}
with:
dist : nightly
ojob : 'ojob.io/s3/ops'
ojob : 'ops.yaml'
args : 'op=mput bucket=oafsh remote=nightly/ local="output/*" secEnv=true secKey=OS_OAFSH'
# def : |
# ojob:
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
OS_OAFSH: ${{ secrets.OS_OAFSH }}
with:
dist : nightly
ojob : 'ojob.io/s3/ops'
ojob : 'ops.yaml'
args : 'op=mput bucket=oafsh remote=t8/ local="output/*" secEnv=true secKey=OS_OAFSH'
# def : |
# ojob:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildStable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
OS_OAFSH: ${{ secrets.OS_OAFSH }}
with:
dist : nightly
ojob : 'ojob.io/s3/ops'
ojob : 'ops.yaml'
args : 'op=mput bucket=oafsh remote="" local="output/*" secEnv=true secKey=OS_OAFSH'
# def : |
# ojob:
Expand Down
Loading

0 comments on commit b644e96

Please sign in to comment.