Repository: flex-sdk Updated Branches: refs/heads/develop 0bb17072e -> 2da2d643a
"Fix" Mustella jenkins script Signed-off-by: Erik de Bruin <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/2da2d643 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/2da2d643 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/2da2d643 Branch: refs/heads/develop Commit: 2da2d643a2ccd64eb42be72efe50ba7e38585f47 Parents: 0bb1707 Author: Erik de Bruin <[email protected]> Authored: Wed Sep 30 14:57:54 2015 +0200 Committer: Erik de Bruin <[email protected]> Committed: Wed Sep 30 14:57:54 2015 +0200 ---------------------------------------------------------------------- mustella/jenkins.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/2da2d643/mustella/jenkins.sh ---------------------------------------------------------------------- diff --git a/mustella/jenkins.sh b/mustella/jenkins.sh index 6d716bb..1b6cec7 100755 --- a/mustella/jenkins.sh +++ b/mustella/jenkins.sh @@ -67,8 +67,8 @@ then elif [ "$FLASH_VERSION" == "18.0" ] then FLASH_VERSION=19.0 - AIR_VERSION=19 - AIR_SDK_DIR=19 + AIR_VERSION=19.0 + AIR_SDK_DIR=19.0 else FLASH_VERSION=11.1 AIR_VERSION=3.7
