Skip to content

Commit

Permalink
Merge pull request #577 from ministryofjustice/csr_s3_bucket_variable…
Browse files Browse the repository at this point in the history
…_correction

Corrected variable
  • Loading branch information
Sandhya1874 authored Feb 28, 2024
2 parents 7138ebc + 53fa451 commit 64f5526
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ fi
# ------------------------------------------------------------------------------
validate_datapump_file () {
info "Download datapump file $SOURCE_DPFILE"
aws s3 cp s3://s3-bucket20230609110811735400000001/CSR_DB_REFRESH/${SOURCE_DPFILE} ${DPPATH}/
aws s3 cp s3://{{ s3_bucket }}/${SOURCE_DPFILE} ${DPPATH}/
if [ -z $SOURCE_DPFILE ]
then
error "No datapump file specified"
Expand Down Expand Up @@ -327,4 +327,4 @@ done
# ------------------------------------------------------------------------------
recreate_schemas
import_schemas
update_schema_passwords
update_schema_passwords

0 comments on commit 64f5526

Please sign in to comment.