Advertisement
stronk7

Untitled

Oct 11th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #!/opt/local/bin/bash
  2.  
  3. export WORKSPACE=/tmp/ws
  4. export CODEDIR=/Users/stronk7/git_moodle/ci-tests
  5. export BUILD_ID=cirunner
  6.  
  7. export TESTTORUN=behat
  8. export TAGS=@core_course,@enrol_self
  9.  
  10. # Remove stuff that should not be there
  11. rm -fr ${CODEDIR}/vendor ${CODEDIR}/node_modules
  12.  
  13. . /Users/stronk7/git_moodle/moodle-ci-runner/runner/master/run.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement