Skip to content

Commit

Permalink
Add openshift script for kuksa integration
Browse files Browse the repository at this point in the history
  • Loading branch information
googol committed Jul 21, 2016
1 parent 1102e77 commit ea8d265
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/openshift-kuksa.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
echo '*** Fetch data from Kuksa ***' >> ${OPENSHIFT_LOG_DIR}/fetch-from-kuksa.log
date >> ${OPENSHIFT_LOG_DIR}/fetch-from-kuksa.log
cd ${OPENSHIFT_REPO_DIR}
npm run fetch-from-kuksa >> ${OPENSHIFT_LOG_DIR}/fetch-from-kuksa.log
echo '*** Fetch complete ***' >> ${OPENSHIFT_LOG_DIR}/fetch-from-kuksa.log
date >> ${OPENSHIFT_LOG_DIR}/fetch-from-kuksa.log

0 comments on commit ea8d265

Please sign in to comment.