From 16d5db8d6e82f730983b54840e6949c5766b6c8c Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Fri, 12 Mar 2021 14:26:46 -0500 Subject: [PATCH] create a whatsdeployed.json for translated-content too (#3221) Part of #3219 --- .github/workflows/dev-build.yml | 1 + .github/workflows/prod-build.yml | 1 + .github/workflows/stage-build.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index eea928b5de9c..f38427d16951 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -200,6 +200,7 @@ jobs: poetry run deployer whatsdeployed --output ../client/build/_whatsdeployed/code.json poetry run deployer whatsdeployed --output ../client/build/_whatsdeployed/content.json $CONTENT_ROOT + poetry run deployer whatsdeployed --output ../client/build/_whatsdeployed/translated-content.json $CONTENT_TRANSLATED_ROOT # XXX would be nice to validate here that $DEPLOYER_BUCKET_PREFIX is truthy echo "DEPLOYER_BUCKET_PREFIX=$DEPLOYER_BUCKET_PREFIX" diff --git a/.github/workflows/prod-build.yml b/.github/workflows/prod-build.yml index 9343aa75629f..faf02fdee7b6 100644 --- a/.github/workflows/prod-build.yml +++ b/.github/workflows/prod-build.yml @@ -220,6 +220,7 @@ jobs: poetry run deployer whatsdeployed --output ../client/build/_whatsdeployed/code.json poetry run deployer whatsdeployed --output ../client/build/_whatsdeployed/content.json $CONTENT_ROOT + poetry run deployer whatsdeployed --output ../client/build/_whatsdeployed/translated-content.json $CONTENT_TRANSLATED_ROOT # XXX would be nice to validate here that $DEPLOYER_BUCKET_PREFIX is truthy echo "DEPLOYER_BUCKET_PREFIX=$DEPLOYER_BUCKET_PREFIX" diff --git a/.github/workflows/stage-build.yml b/.github/workflows/stage-build.yml index a3f3bfcb01cb..527987bd1184 100644 --- a/.github/workflows/stage-build.yml +++ b/.github/workflows/stage-build.yml @@ -233,6 +233,7 @@ jobs: poetry run deployer whatsdeployed --output ../client/build/_whatsdeployed/code.json poetry run deployer whatsdeployed --output ../client/build/_whatsdeployed/content.json $CONTENT_ROOT + poetry run deployer whatsdeployed --output ../client/build/_whatsdeployed/translated-content.json $CONTENT_TRANSLATED_ROOT # XXX would be nice to validate here that $DEPLOYER_BUCKET_PREFIX is truthy echo "DEPLOYER_BUCKET_PREFIX=$DEPLOYER_BUCKET_PREFIX"