unable to build the cordova android apk through gitlab cicd pipeline

19 views Asked by At

unable to build the Cordova android apk through GitLab cicd pipeline, but same i tired manually through cmd or PowerShell it is working properly.

This are the commands i am using in yml and cmd

npm install -g cordova
cordova platform rm android
cordova platform add [email protected]
codova build android

enter image description here

in the error unable to find the file but the file is present in the location.

0

There are 0 answers