Skip to content

Commit

Permalink
Moved cricket gifs to a different s3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
edlee2121 authored and jessesuen committed Apr 11, 2018
1 parent ca1858c commit 73990c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fun-with-gifs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
- name: download-images
container:
image: mesosphere/aws-cli
command: ["aws", "--no-sign-request", "s3", "cp", "--recursive", "s3:https://argo-sample-data-public/cricket_gif_images", "/mnt/data/"]
command: ["aws", "--no-sign-request", "s3", "cp", "--recursive", "s3:https://ax-public/cricket_gif_images", "/mnt/data/"]
volumeMounts:
- name: workdir
mountPath: /mnt/data
Expand Down

0 comments on commit 73990c7

Please sign in to comment.