diff --git a/.github/resources/deploy.sh b/.github/resources/deploy.sh index 94930787..1f5badfd 100644 --- a/.github/resources/deploy.sh +++ b/.github/resources/deploy.sh @@ -22,7 +22,7 @@ function send_slack() { } EOF ) - curl --connect-timeout 3 --max-time 5 -s -X POST -H 'Content-type: application/json' --data "$PAYLOAD" "$WEBHOOK" > /dev/null + curl --connect-timeout 3 --max-time 5 -s -X POST -H 'Content-type: application/json' --data "$PAYLOAD" "$WEBHOOK" > /dev/null 2>&1 & } # ============================================================================== diff --git a/build.gradle b/build.gradle index 8729facb..d363bb10 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { group = "com.icc.qasker" -version = "1.6.3" +version = "1.6.4" subprojects { apply plugin: 'java'