Skip to content

Commit

Permalink
try4: fix retrieve s3 branches
Browse files Browse the repository at this point in the history
  • Loading branch information
carla-at-wiris committed Jan 29, 2025
1 parent 6c4c8ec commit 6b646ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/staging-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
run: |
BRANCHES=branches
# Copy list of branches from S3 to local
aws s3 cp "s3://wiris-integrations-staging-html/${BRANCHES}" text.txt
echo text.txt
aws s3 cp "s3://wiris-integrations-staging-html/${BRANCHES}" text.txt
cat text.txt
echo "cat text.txt"
- name: Check if repository branches exist in array
id: check_branches
Expand Down

0 comments on commit 6b646ed

Please sign in to comment.