Skip to content

Commit

Permalink
assign a file extension to the backup YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
baixiac committed Apr 28, 2021
1 parent 29bce52 commit 8cb7372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/bash/run-prod-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set -e
echo "Running production e2e tests"
cp src/test/resources/config/keystore.p12 src/main/docker/etc/config
cp src/test/resources/config/keystore.p12 src/main/resources/config
sed -i "s|contexts: prod|contexts: dev|" src/main/resources/config/application-prod.yml # set liquibase context to dev so it loads demo data
sed -i .bak "s|contexts: prod|contexts: dev|" src/main/resources/config/application-prod.yml # set liquibase context to dev so it loads demo data and back the original at src/main/resources/config/application-prod.yml.bak
./gradlew -Pprod buildDocker -x test -x javadocJar
git checkout src/main/resources/config/application-prod.yml

Expand Down

0 comments on commit 8cb7372

Please sign in to comment.