From 9380d9bfc6a930e92061b60c63251390cd16a2ba Mon Sep 17 00:00:00 2001 From: "saito.k" Date: Mon, 18 Dec 2023 00:58:50 +0000 Subject: [PATCH] =?UTF-8?q?Merged=20PR=20629:=20STG=E3=81=AE=E3=83=91?= =?UTF-8?q?=E3=82=A4=E3=83=97=E3=83=A9=E3=82=A4=E3=83=B3=E3=81=AB=E7=92=B0?= =?UTF-8?q?=E5=A2=83=E5=A4=89=E6=95=B0=E3=82=92=E8=BF=BD=E5=8A=A0=E3=81=99?= =?UTF-8?q?=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 概要 [Task3326: STG、PRODのパイプラインに環境変数を追加する](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/3326) - StagingのPipelineに環境変数を追加 ## レビューポイント ## UIの変更 - Before/Afterのスクショなど - スクショ置き場 ## 動作確認状況 ## 補足 - 相談、参考資料などがあれば --- azure-pipelines-staging.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines-staging.yml b/azure-pipelines-staging.yml index d2759b7..86f970d 100644 --- a/azure-pipelines-staging.yml +++ b/azure-pipelines-staging.yml @@ -87,6 +87,7 @@ jobs: REDIS_PORT: 0 REDIS_PASSWORD: xxxxxxxxxxxx ADB2C_CACHE_TTL: 0 + STAGE: local - task: Docker@0 displayName: build inputs: