Skip to content
Snippets Groups Projects
Commit 4766d638 authored by garciadeblas's avatar garciadeblas
Browse files

Disable trap during execution of gitea script api.sh


Change-Id: I972535b529499c3fc0138c2b0cfe8c45abce002f
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 469f02c2
No related branches found
No related tags found
No related merge requests found
......@@ -22,9 +22,13 @@ 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