Skip to content

Commit

Permalink
travis: set release stage to ci_release
Browse files Browse the repository at this point in the history
Fixes #131
  • Loading branch information
jvff committed Jan 17, 2017
1 parent b644a60 commit 055a74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ if [ -z "$GRADLE" ]; then
./compile.sh -b $BOARD -a "${APP}" -e $EXAMPLES -l $SYSTEM_INTEGRATION -x "${HALCS_OPTS[*]}"
else
export ${CONFIG_FLAGS[@]}
./gradlew $GRADLE
./gradlew $GRADLE -Prelease.stage=ci_release
fi

0 comments on commit 055a74b

Please sign in to comment.