TP-39914 | test
This commit is contained in:
24
.github/workflows/codePush.yml
vendored
24
.github/workflows/codePush.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user