Skip to content

Commit

Permalink
attempt to fix remote job execution
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Oct 18, 2019
1 parent 1b45fd4 commit 3b5ae8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/geoflow_action_geosapi_publish_ogc_services.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ geosapi_publish_ogc_services <- function(entity, config, options){
#-------------------------------------------------------------------------------------------------
if(entity$data$upload){
config$logger.info("Upload mode is set to true")
if(startsWith(entity$data$uploadType,"db")){
if(startsWith(entity$data$uploadType,"db") || entity$data$uploadType == "other"){
warnMsg <- "Skipping upload: Upload mode is only valid for types 'shp', 'spatialite' or 'h2'"
config$logger.warn(warnMsg)
}else{
Expand Down

0 comments on commit 3b5ae8f

Please sign in to comment.