You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yet it appears the build continued on regardless of the setup failure
$ git submodule init && git submodule update && (cd bats; ./install.sh /usr/local) && bats tests
Submodule 'bats' (https://github.com/sstephenson/bats.git) registered for path 'bats'
Cloning into 'bats'...
Submodule path 'bats': checked out '03608115df2071fff4eaaff1605768c275e5f81f'
cp: cannot create symbolic link `/usr/local/bin/bats': Permission denied
Build step 'Execute shell' marked build as failure
Triggering org » repo » script=master
Run script=master finished with : FAILURE
setting commit status on Github for https://github.xxx
Finished: FAILURE
The text was updated successfully, but these errors were encountered:
ghost
changed the title
execution error inside before_run: for docker-compose build type does not fail the build
execution error inside before_run: for docker-compose build type does not abort the build
May 5, 2016
The .ci.yml has the following configuration before section run:
Yet it appears the build continued on regardless of the setup failure
The text was updated successfully, but these errors were encountered: