File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -43,19 +43,10 @@ jobs:
4343
4444 - name : Login to platform
4545 run : |
46- # if [[ ${{ inputs.is-staging }} == "true" ]]; then
47- staging_param="--staging"
48- # fi
49- # token="${{ inputs.is-staging == 'true' && secrets.DX_STAGING_ROBOT_TOKEN || secrets.DX_PROD_RELEASE_TOKEN }}"
46+ staging_param="--staging"
5047 token="${{secrets.DX_STAGING_ROBOT_TOKEN}}"
51-
5248 dx login --token $token --noprojects $staging_param
5349
5450 - name : Build and publish 'dxCompiler Copy File' app
5551 run : |
56- # if [[ ${{ inputs.publish-app }} == "true" ]]; then
57- # publish_param="--publish"
58- # fi
59-
60- cd scripts/dxcompiler_copy
61- dx build --app $publish_param dxwdl_copy
52+ dx build --app $publish_param scripts/dxcompiler_copy
You can’t perform that action at this time.
0 commit comments