Skip to content

Commit

Permalink
ci_build.sh: remove ci_release version strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
jvff committed Jan 8, 2018
1 parent 6eb0195 commit 7861e3a
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 @@ -306,7 +306,7 @@ if [ -z "$GRADLE" ]; then
build-wrapper-linux-x86-64 --out-dir bw-output ./compile.sh -b $BOARD -a "${APP}" -e $EXAMPLES -l $SYSTEM_INTEGRATION -x "${HALCS_OPTS[*]}"
else
export ${CONFIG_FLAGS[@]}
./gradlew $GRADLE -Prelease.stage=ci_release
./gradlew $GRADLE
fi

# Get CCache statistics
Expand Down

0 comments on commit 7861e3a

Please sign in to comment.