Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Jan 10, 2024
1 parent bdf41af commit 6fd50f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions misc/argo-pipeline/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ spec:
parameters:
- name: pathbucket
outputs:
artifacts:
- name: items
parameters :
- name: path-temp-bucket
path: /tmp/
container:
image: inseefrlab/cartiflette
Expand All @@ -73,8 +73,8 @@ spec:
pwd ;
ls code/misc/argo-pipeline/src ;
python code/misc/argo-pipeline/src/duplicate_in_bucket.py --path {{inputs.parameters.pathbucket}} ;
ls tmp/ ;
mkdir -p /var/run/argo/outputs/artifacts/
ls temp/ ;
mc cp -r temp/ s3/projet-cartiflette/{{inputs.parameters.pathbucket}}/temp_argo/
"]
env:
# env var for s3 connexion
Expand Down

0 comments on commit 6fd50f4

Please sign in to comment.