laforge has uploaded this change for review. (
https://gerrit.osmocom.org/c/pysim/+/27122
)
Change subject: contrib/jenkins.sh: first upload manuals, then execute physical tests
......................................................................
contrib/jenkins.sh: first upload manuals, then execute physical tests
The tests with physical cards should not prevent upload of the manuals
Change-Id: I8aecb4ce211cbcc3890886ef24b04d01c510b6da
---
M contrib/jenkins.sh
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/22/27122/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index a01c012..480f3e5 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -47,10 +47,10 @@
pip3 install -e
'git+https://github.com/osmocom/sphinx-argparse@master#egg=sphinx-argparse'
(cd docs && make html latexpdf)
-# run the test with physical cards
-cd pysim-testdata
-../tests/pysim-test.sh
-
if [ "$WITH_MANUALS" = "1" ] && [ "$PUBLISH" =
"1" ]; then
make -C "$base/docs" publish
fi
+
+# run the test with physical cards
+cd pysim-testdata
+../tests/pysim-test.sh
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/27122
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I8aecb4ce211cbcc3890886ef24b04d01c510b6da
Gerrit-Change-Number: 27122
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange