Skip to content
Snippets Groups Projects

Feat gl cicd var scripts

Merged Eesaan Atluri requested to merge atlurie/hpc-factory:feat-gl-cicd-var-scripts into main
4 files
+ 2
3
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -3,9 +3,8 @@ python -m venv ~/venvs/gitlab
source ~/venvs/gitlab/bin/activate
pip install -r requirements
**Clone the repo**
git clone -b feat-gl-cicd-var-scripts --single-branch https://gitlab.rc.uab.edu/atlurie/hpc-factory.git tmp-hpc-factory
cd tmp-hpc-factory/scripts
**Setup**
cd utils
mv gitlab.ini.example gitlab.ini
Make changes to the gitlab.ini as you require.
Loading