Skip to content

Commit

Permalink
test empty path
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenruizdegauna committed Jan 22, 2025
1 parent 4cf695d commit a6e0482
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/recover_s3_repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,7 @@ jobs:
- name: Run S3 PIT restore
if: ${{ github.event.inputs.environment == 'production' }}
run: |
BUCKET="nr-downloads-main" \
PREFIX="${{ env.MANDATORY_PREFIX }}${{ github.event.inputs.path }}" \
TIME="${{ env.DATE_TIME }}" \
IMAGE="${{ env.IMAGE }}" \
AWS_PROFILE="${{ env.TEMP_AWS_PROFILE }}" \
make restore
echo "${{ env.MANDATORY_PREFIX }}${{ github.event.inputs.path }}" \
- name: Setup AWS credentials for Staging
if: ${{ github.event.inputs.environment == 'staging' }}
Expand All @@ -135,9 +130,4 @@ jobs:
- name: Run S3 PIT restore in Staging S3
if: ${{ github.event.inputs.environment == 'staging' }}
run: |
BUCKET="nr-downloads-ohai-staging" \
PREFIX="${{ env.MANDATORY_PREFIX }}${{ github.event.inputs.path }}" \
TIME="${{ env.DATE_TIME }}" \
IMAGE="${{ env.IMAGE }}" \
AWS_PROFILE="${{ env.TEMP_AWS_PROFILE }}" \
make restore
echo "${{ env.MANDATORY_PREFIX }}${{ github.event.inputs.path }}" \

0 comments on commit a6e0482

Please sign in to comment.