File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
scripts/infrastructure/apigee Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152 - uses : actions/checkout@v4
153153 with :
154154 ref : ${{ needs.get-branch-from-workflow-file.outputs.branch_name }}
155- - if : ${{ env.SCOPE == 'per_workspace' && env.ACCOUNT == 'int' }}
155+ - if : ${{ env.SCOPE == 'per_workspace' && ( env.ACCOUNT == 'int' || env.ACCOUNT == 'prod') }}
156156 uses : ./.github/actions/make/
157157 with :
158158 command : swagger--publish
Original file line number Diff line number Diff line change @@ -192,12 +192,8 @@ function publish_swagger(){
192192
193193 if [[ ${_aws_environment} == " prod" ]]; then
194194 _flags=" "
195- # elif [[ ${_aws_environment} == "int" ]]; then
196195 else
197196 _flags=" --uat"
198- # else
199- # echo "ERROR: only environments to deploy to are 'prod' and 'int'"
200- # exit 1;
201197 fi
202198
203199 echo "
You can’t perform that action at this time.
0 commit comments