Skip to content

Commit

Permalink
Merge pull request #996 from bcgov/task/1386_stopTestFixtures
Browse files Browse the repository at this point in the history
[1386] Stop loading fixtures in TEST
  • Loading branch information
DerekRoberts authored Nov 1, 2018
2 parents 66fa15f + c04369d commit bd14679
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'")
}
}
}
Expand Down

0 comments on commit bd14679

Please sign in to comment.