Sign in
apache
/
incubator-kie-kogito-serverless-operator
/
refs/heads/1.34.x
/
.
/
.ci
/
jenkins
/
dsl
/
test.sh
blob: ad8af34ac2519a6e5316bc99c90c3aa9deb599e2 [
file
] [
log
] [
blame
]
#!/bin/bash -e
file
=
$
(
mktemp
)
# For more usage of the script, use ./test.sh -h
curl
-
o $
{
file
}
https
://
raw
.
githubusercontent
.
com
/
kiegroup
/
kogito
-
pipelines
/
main
/
dsl
/
seed
/
scripts
/
seed_test
.
sh
chmod u
+
x $
{
file
}
$
{
file
}
$@