Skip to content

Commit

Permalink
Patched remove branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Bouhet committed Jun 13, 2024
1 parent 6c2a393 commit 937e481
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions server/containers/services/proxy/config/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
server_tokens off;
#client_max_body_size 128m;
server_tokens off;
2 changes: 1 addition & 1 deletion server/pasta/bin/project-remove-branch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ "$#" -ne 2 ]; then
exit 1
fi

$projectName=$1
projectName=$1
branch=$2
buildsDir="builds"
branchesDir="branches"
Expand Down

0 comments on commit 937e481

Please sign in to comment.