Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
api-tests
Commits
1027d2c0
Commit
1027d2c0
authored
Jan 19, 2021
by
Elian Kraja
Browse files
Adding validation script
parent
28a922e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
.jenkins.sh
0 → 100644
View file @
1027d2c0
#!/bin/bash
# Copyright ETSI 2018
# See: https://forge.etsi.org/etsi-forge-copyright-statement.txt
#set -vx
#set -e
cd
"
$(
dirname
"
$0
"
)
"
run_dir
=
"
$(
pwd
)
"
bash ./scripts/build-container.sh
bash ./scripts/run-container.sh
"
${
run_dir
}
"
ret
=
$?
echo
"Final validation result:
$ret
"
exit
$ret
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment