cluster-deployment/jobs/bin-folder/bin-folder.job

7 lines
184 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
RUN "sudo apt-get update";
RUN "sudo apt-get install git";
RUN "git clone https://gitlab.com/sbrl/bin.git"
RUN "cd \${HOME}/bin && GPG_SIGN_COMMITS=n ./envsetup";