jenkins: fix publish

the script argument was not saved in the publish variable used later
to decide if publishing/uploading is needed.

Change-Id: Ic768a8e96e5e4d72acf3979da1412d683f79ec55
This commit is contained in:
Kevin Redon 2018-08-07 11:22:24 +02:00
parent ff3d84922d
commit 37e7861c4d
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ fi
set -e
publish="$1"
base="$PWD"
deps="$base/deps"
inst="$deps/install"