Fix minor typos and PHP source file name used to trigger the builds

Summary: Fix two minor typos and update the file name which is used to trigger the runs in case new changes have been committed.

Test Plan: - Testing with a private Sandcastle instance.

Reviewers: sdong, mung

Reviewed By: mung

Subscribers: andrewkr, dhruba

Differential Revision: https://reviews.facebook.net/D59919
main
Gunnar Kudrjavets 8 years ago
parent c4e19b77e8
commit 6576fa05af
  1. 6
      build_tools/cont_integration.sh

@ -14,7 +14,7 @@ function log {
}
function log_err {
log "ERROR: $@. Error code: $?."
log "ERROR: $@ Error code: $?."
}
#
@ -22,7 +22,7 @@ function log_err {
#
# Path to the determinator from the root of the RocksDB repo.
CONTRUN_DETERMINATOR=./arcanist_util/config/RocksDBCommonDeterminator.php
CONTRUN_DETERMINATOR=./arcanist_util/config/RocksDBCommonHelper.php
# Value of the previous commit.
PREV_COMMIT=
@ -54,7 +54,7 @@ do
log "There were no changes since the last time I checked. Going to sleep."
else
if [ ! -z "$LAST_COMMIT" ]; then
log "New code has been committed or previous commit not know. " \
log "New code has been committed or previous commit not known. " \
"Will trigger the tests."
PREV_COMMIT=$LAST_COMMIT

Loading…
Cancel
Save