diff --git a/lib b/lib index 35c0eed..3268017 100644 --- a/lib +++ b/lib @@ -10,6 +10,9 @@ function create-archive(){ function set-variables(){ envsubst < module.json.template > ./module.json cat ./module.json +} + +function create-commit(){ git add . git commit -m 'update' git push origin $DRONE_BRANCH