Skip to content

Commit

Permalink
run kobo-eng db as the first step
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaackMwenda committed May 31, 2023
1 parent e034d37 commit dfda34d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions run_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ echo "Starting a new pipeline run with id ${RUN_ID}"
./docker-run-log-pipeline-event.sh \
"$CONFIGURATION_FILE" "$CODE_SCHEMES_DIR" "$GOOGLE_CLOUD_CREDENTIALS_PATH" "$RUN_ID" "PipelineRunStart"

./docker-sync-rapid-pro-to-engagement-db.sh \
--incremental-cache-volume "$PIPELINE_NAME-rapid-pro-to-engagement-db-cache" \
"$USER" "$GOOGLE_CLOUD_CREDENTIALS_PATH" "$CONFIGURATION_FILE" "$CODE_SCHEMES_DIR" "$DATA_DIR"

./docker-run-kobotoolbox-to-engagement-db.sh \
--incremental-cache-volume "$PIPELINE_NAME-kobotoolbox-to-engagement-db-cache" \
"$USER" "$GOOGLE_CLOUD_CREDENTIALS_PATH" "$CONFIGURATION_FILE" "$CODE_SCHEMES_DIR" "$DATA_DIR"

./docker-sync-rapid-pro-to-engagement-db.sh \
--incremental-cache-volume "$PIPELINE_NAME-rapid-pro-to-engagement-db-cache" \
"$USER" "$GOOGLE_CLOUD_CREDENTIALS_PATH" "$CONFIGURATION_FILE" "$CODE_SCHEMES_DIR" "$DATA_DIR"

./docker-sync-engagement-db-to-coda.sh \
--incremental-cache-volume "$PIPELINE_NAME-engagement-db-to-coda-cache" \
"$USER" "$GOOGLE_CLOUD_CREDENTIALS_PATH" "$CONFIGURATION_FILE" "$CODE_SCHEMES_DIR" "$DATA_DIR"
Expand Down

0 comments on commit dfda34d

Please sign in to comment.