Gitiles
Code Review
Sign In
gerrit.nordix.org
/
infra
/
cicd
/
refs/heads/master
/
.
/
jjb
/
oransc
/
verify-jobs-bash.sh
blob: 6aa74b823b13a2b7b8ff3762469eb9c8b72882d5 [
file
] [
log
] [
blame
]
#!/bin/bash
set
-
euo pipefail
DIRECTORY
=
$WORKSPACE
"/"
$
{
DIRECTORY
}
cd $DIRECTORY
chmod
+
x $
{
SCRIPT_NAME
}
./
$
{
SCRIPT_NAME
}