I am attempting to complete a build and have pushed to ionic following the Ionic Pro instructions. The build fails immediately after pushing to master with the following build log:
Running with gitlab-ci-multi-runner 9.1.0 (0118d89) on Snapshot 4 (71cacf96)
Using Shell executor...
Running on ip-10-2-152-170...
Cloning repository...
Cloning into '/home/gitlab-runner/builds/71cacf96/0/project-1'...
Checking out cb8c90cc as master...
Skipping Git submodules setup $ fetch-updates
Checking for build process updates...
Running after script... $
clean-up Cleaning up files...
Successful clean up
ERROR: Job failed: exit status 1
The only strange thing I’ve done is follow the optional step of linking the project to a remote repository (which didn’t seem to work as when I push to my github repo a build isn’t triggered)
Here is my ionic info:
cli packages: (C:\Users\Rohan\AppData\Roaming\npm\node_modules)
@ionic/cli-utils : 1.9.2
ionic (Ionic CLI) : 3.9.2
global packages:
Cordova CLI : 7.0.1
local packages:
@ionic/app-scripts : 1.3.7
Cordova Platforms : android 6.2.3 ios 4.4.0
Ionic Framework : ionic-angular 3.3.0
System:
Node : v6.11.0
npm : 3.10.10
OS : Windows 7
When I run ionic cordova build android there are no problems and it builds without any errors.
Because the log doesn’t say what went wrong I’m completely stumped and google is of no help, so I’m not really sure what to do next, any help would be greatly apprecated!
EDIT:
I just created a new project from the tabs template, following the instructions on the pro page to the letter (using ionic start and setting the pro-id from the get go)
The build still fails with the same log as above, what am I missing here?
I just pushed an old project that was previously building fine and it is now failing with the above log. I’m not sure that anything on my system has changed since my last build on that project…why would it suddenly be failing too?