File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -125,8 +125,6 @@ jobs:
125125 -Dslack.client_id="${{ secrets.SLACK_CLIENT_ID }}" \
126126 -Dslack.client_secret="${{ secrets.SLACK_CLIENT_SECRET }}" \
127127 -Dslack.enabled=true \
128- -DworkerType=MEDIUM \
129- -Dworkers=1 \
130128 -DskipTests
131129
132130
Original file line number Diff line number Diff line change @@ -125,8 +125,6 @@ jobs:
125125 -Dslack.client_id="${{ secrets.SLACK_CLIENT_ID }}" \
126126 -Dslack.client_secret="${{ secrets.SLACK_CLIENT_SECRET }}" \
127127 -Dslack.enabled=true \
128- -DworkerType=MEDIUM \
129- -Dworkers=1 \
130128 -DskipTests
131129
132130
Original file line number Diff line number Diff line change 3535 <password >${anypoint.password} </password >
3636 <applicationName >${app.name} </applicationName >
3737 <environment >${env} </environment >
38- <workerType >MICRO </workerType >
38+ <workerType >MEDIUM </workerType >
3939 <region >us-east-2</region >
4040 <workers >1</workers >
4141 <objectStoreV2 >true</objectStoreV2 >
You can’t perform that action at this time.
0 commit comments