This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit c592a113 authored by Cont Deploy's avatar Cont Deploy
Browse files

some fixes from production

parent e30597e9
Branches
1 merge request!224Bringing productive changes back to development
File mode changed from 100644 to 100755
......@@ -21,8 +21,8 @@ copy_filehooks_code_to_gitlab() {
sudo cp scripts/* "$GITLAB_HOME/file_hooks/"
sudo chmod -R 755 "$GITLAB_HOME/file_hooks/"
sudo mkdir "$GITLAB_HOME/file-hooks/utils"
sudo cp requirements.txt setup.py "$GITLAB_HOME/file-hooks/utils"
sudo mkdir "$GITLAB_HOME/file_hooks/utils"
sudo cp requirements.txt setup.py "$GITLAB_HOME/file_hooks/utils"
echo "Utility code successfully installed in GitLab"
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment