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
our build process is getting greatly simplified by using certain conventions. There is a lot of code in here that is totally unnecessary. Like checking if something was already deployed. We are now assuming if it is NOT a SNAPSHOT, then we release it, otherwise we don't. We can use bash to detect this kind of stuff without much work.
The text was updated successfully, but these errors were encountered:
moved a lot of functionality to bash, will assume all other projects
will use a release.sh file (The release.sh file in this project is a
good example of how this will happen. Some stuff is just easier in
bash, like doing git calls and what not.
Issue #16, #17
our build process is getting greatly simplified by using certain conventions. There is a lot of code in here that is totally unnecessary. Like checking if something was already deployed. We are now assuming if it is NOT a SNAPSHOT, then we release it, otherwise we don't. We can use bash to detect this kind of stuff without much work.
The text was updated successfully, but these errors were encountered: