diff --git a/Jenkinsfile b/Jenkinsfile index 4fc7aa03ab..f1c0bf682d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -435,18 +435,6 @@ pipeline { new GitHubHelper().createDeploymentStatus(this, ghDeploymentId, 'SUCCESS', ['targetUrl':"${targetTestURL}"]) echo "TEST deployment successful." - echo "Loading fixtures" - def firstPod = pods.objects()[0].metadata.name - openshift.exec(firstPod, "--", "bash -c '\ - cd /opt/app-root/src/backend; \ - python manage.py loaddata \ - gwells-codetables.json \ - wellsearch-codetables.json \ - registries-codetables.json \ - registries.json \ - aquifers.json \ - wellsearch.json.gz; \ - python manage.py createinitialrevisions'") } } }