Skip to content
Snippets Groups Projects
Commit 0d2298e2 authored by garciadeblas's avatar garciadeblas
Browse files

Revert "Disable trap during execution of gitea script api.sh"


This reverts commit 9059f352.

Change-Id: Ia1ad639911a83d6e1adb794716216451ed0f8371
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 4766d638
No related branches found
No related tags found
No related merge requests found
......@@ -22,13 +22,9 @@ set -ex
HERE=$(dirname "$(readlink --canonicalize "$BASH_SOURCE")")
. "$HERE/../library/functions.sh"
# . "$HERE/../library/trap.sh"
. "$HERE/../library/trap.sh"
. "$HERE/../library/helpers.sh"
# Disable trap in this script
trap - INT
trap - EXIT
SERVER_URL=$1
TOKEN=$2
VERB=$3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment