Add git to container
All checks were successful
Create and publish container / build_container (push) Successful in 16s
All checks were successful
Create and publish container / build_container (push) Successful in 16s
This commit is contained in:
@@ -16,6 +16,7 @@ fi
|
|||||||
|
|
||||||
if [ -n "$INSTALL_HELPERS" ]; then
|
if [ -n "$INSTALL_HELPERS" ]; then
|
||||||
if [ "$INSTALL_HELPERS" == "true" ]; then
|
if [ "$INSTALL_HELPERS" == "true" ]; then
|
||||||
|
apk add git
|
||||||
CURR_DIR=$(pwd)
|
CURR_DIR=$(pwd)
|
||||||
mkdir ~/projects/
|
mkdir ~/projects/
|
||||||
cd ~/projects/
|
cd ~/projects/
|
||||||
|
|||||||
Reference in New Issue
Block a user