TP-39914 | test

This commit is contained in:
Aman Chaturvedi
2024-03-11 23:34:09 +05:30
parent e8940ba791
commit 1e89238a80

View File

@@ -43,18 +43,18 @@ jobs:
echo "::set-output name=buildNumber::$(node -p "require('./package.json').buildNumber")"
- name: Install yarn
run: npm install --global yarn
- name: Install appcenter cli
run: npm install -g appcenter-cli
- name: Install dependency
run: yarn
- name: AppCenter login
run: appcenter login --token ${{ secrets.APP_CENTER_LOGIN_TOKEN }}
- name: CodePush QA
if: ((github.event.inputs.environment == 'QA' || inputs.environment == 'QA'))
run: yarn move:qa && appcenter codepush release-react -a nfa-navi.com/nfa-app -d Staging -t "${{github.event.inputs.target_versions}}" --description "${{github.event.inputs.description}}"
- name: CodePush Prod
if: ((github.event.inputs.environment == 'Prod' || inputs.environment == 'Prod'))
run: yarn move:prod && appcenter codepush release-react -a nfa-navi.com/nfa-app -d Production -t "${{github.event.inputs.target_versions}}" --description "${{github.event.inputs.description}}"
# - name: Install appcenter cli
# run: npm install -g appcenter-cli
# - name: Install dependency
# run: yarn
# - name: AppCenter login
# run: appcenter login --token ${{ secrets.APP_CENTER_LOGIN_TOKEN }}
# - name: CodePush QA
# if: ((github.event.inputs.environment == 'QA' || inputs.environment == 'QA'))
# run: yarn move:qa && appcenter codepush release-react -a nfa-navi.com/nfa-app -d Staging -t "${{github.event.inputs.target_versions}}" --description "${{github.event.inputs.description}}"
# - name: CodePush Prod
# if: ((github.event.inputs.environment == 'Prod' || inputs.environment == 'Prod'))
# run: yarn move:prod && appcenter codepush release-react -a nfa-navi.com/nfa-app -d Production -t "${{github.event.inputs.target_versions}}" --description "${{github.event.inputs.description}}"
create_release_tag:
needs: generate