Akhil Bojedla

Results 4 issues of Akhil Bojedla

## Description Currently, we have `before` and `after` life cycle hooks that get executed before and after all the specified commands are executed. However, In some scenarios, it might be...

new_feature
good first issue

## Description The repository doesn't seem to be using dep yet. It is still using go modules (vgo). However the [doc](https://github.com/gopinath-langote/1build/blob/master/CONTRIBUTING.md#developing-1build) asks to run `dep init` which fails. ## Acceptance...

documentation
Hacktoberfest

## Description In most cases `After` phase needs to be executed irrespective of whether the `commands` are executed successfully or not. For example unset an environment variable (or) cleaning up...

Team Discussion

## Description Dockerfile to build alpine based docker base image. Projects using 1build can use this as base image. ## Fixes/Implements: #63 ## New dependencies introduced? N/A ## Checklist: -...