Skip to content

Commit 86d01e6

Browse files
fix: Fix nightly build command line (#7561)
1 parent bda1e47 commit 86d01e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.continue.yml.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ jobs:
310310
name: Build Project
311311
command: >-
312312
{% if is_nightly %}
313-
./gradlew resolveAndLockAll --write-locks
313+
./gradlew resolveAndLockAll --write-locks &&
314314
{% endif %}
315315
MAVEN_OPTS="-Xms64M -Xmx256M"
316316
GRADLE_OPTS="-Dorg.gradle.jvmargs='-Xmx2560M -Xms2560M -XX:ErrorFile=/tmp/hs_err_pid%p.log -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp'"

0 commit comments

Comments
 (0)