TP-32132 | pipeline fixed
This commit is contained in:
2
.github/workflows/newBuild.yml
vendored
2
.github/workflows/newBuild.yml
vendored
@@ -91,7 +91,7 @@ jobs:
|
||||
run: yarn move:prod && cd android && ./gradlew assemblefieldAgentsProdRelease
|
||||
- name: Assemble with Stacktrace - Calling QA release
|
||||
if: ((github.event.inputs.environment == 'QA' || inputs.environment == 'QA') && (github.event.flavor.type == 'callingAgents' || inputs.flavor == 'callingAgents'))
|
||||
run: yarn move:qa && cd android && ./gradlew assemblefieldAgentsQARelease
|
||||
run: yarn move:qa && cd android && ./gradlew assemblecallingAgentsQARelease
|
||||
- name: Assemble with Stacktrace - Calling PROD release
|
||||
if: ((github.event.inputs.environment == 'Prod' || inputs.environment == 'Prod') && (github.event.flavor.type == 'callingAgents' || inputs.flavor == 'callingAgents'))
|
||||
run: yarn move:prod && cd android && ./gradlew assemblefieldAgentsProdRelease
|
||||
|
||||
Reference in New Issue
Block a user