Skip to content

hdagheda/docker_moodle_builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker_moodle_builder

Python script that build various branches for https://github.com/catalyst/docker_moodle

Budget update process - to be automated

git config --global core.editor vim
git config --global user.name "xxxxxxxxxx"
git config --global user.email "xxxxxxxxx"

cd 1804-psql
git init
git add .
git checkout -b 1804-psql
git commit -m "Build"
git remote add origin [email protected]:catalyst/docker_moodle.git
git push -u origin 1804-psql -f

About

Python script that build various branches for https://github.com/catalyst/docker_moodle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.3%
  • Shell 11.6%
  • Dockerfile 3.1%