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
{{ message }}
This repository was archived by the owner on Aug 29, 2018. It is now read-only.
I was puzzled trying to build a new image for STI in that it kept failing about not finding the scripts. This was in a nginx static file server where incremental builds make no sense, hence I didn't create a save-artifacts script. This made the build command failed because it encountered a http 404.
The save-artifacts script should be optional because it doesn't always apply opposed to run and assemble.
I was puzzled trying to build a new image for STI in that it kept failing about not finding the scripts. This was in a nginx static file server where incremental builds make no sense, hence I didn't create a save-artifacts script. This made the build command failed because it encountered a http 404.
The save-artifacts script should be optional because it doesn't always apply opposed to run and assemble.