annotate prod/import-usps.sh @ 282:506a21d8c89a release/v2.3.0

flow: Closed <release> 'v2.3.0'.
author smith@nwoca.org
date Thu, 15 Nov 2018 20:10:47 +0000
parents b390c30aa6c6
children
rev   line source
153
cf2a5bb38902 DEP-12: add pilot specific scripts
smith@nwoca.org
parents:
diff changeset
1 #!/bin/bash
cf2a5bb38902 DEP-12: add pilot specific scripts
smith@nwoca.org
parents:
diff changeset
2
154
454cc08435dd DEP-12: fix relative paths
smith@nwoca.org
parents: 153
diff changeset
3 source "$( dirname "${BASH_SOURCE[0]}")/../scripts/.functions.sh"
153
cf2a5bb38902 DEP-12: add pilot specific scripts
smith@nwoca.org
parents:
diff changeset
4
cf2a5bb38902 DEP-12: add pilot specific scripts
smith@nwoca.org
parents:
diff changeset
5 docker-compose stop uspsapp uspsdb
cf2a5bb38902 DEP-12: add pilot specific scripts
smith@nwoca.org