Last active
September 14, 2020 14:20
-
-
Save abhaybhargav/6df40b3e7432720d172d3b2d1a89c074 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone ${REPO_URL} /root/ | |
/bin/chmod +x /root/${PR_NAME}/setup.sh | |
/bin/bash +x /root/${PR_NAME}/setup.sh | |
rm /root/${PR_NAME}/setup.sh | |
rm /root/${PR_NAME}/.gitlab-ci.yml | |
rm /root/${PR_NAME}/.gitignore | |
rm /root/${PR_NAME}/README.md | |
rm -rf /root/${PR_NAME}/.git | |
rm /root/set.sh | |
rm /root/setup.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment