hrm
parent
918e642501
commit
28c6170cd7
|
@ -51,4 +51,4 @@ jobs:
|
||||||
TRAVIS_JOB_NUMBER: ${{ steps.sauce_strings.outputs.tunnel_id }}
|
TRAVIS_JOB_NUMBER: ${{ steps.sauce_strings.outputs.tunnel_id }}
|
||||||
GIT_HASH: ${{ steps.environment.outputs.sha_short }}
|
GIT_HASH: ${{ steps.environment.outputs.sha_short }}
|
||||||
run: |
|
run: |
|
||||||
src/tests/frontend/travis/collabrunner.sh
|
src/tests/frontend/travis/runner.sh
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
pecho() { printf %s\\n "$*"; }
|
pecho() { printf %s\\n "$*"; }
|
||||||
log() { pecho "$@"; }
|
log() { pecho "$@"; }
|
||||||
error() { log "ERROR: $@" >&2; }
|
error() { log "ERROR: $@" >&2; }
|
||||||
|
|
Loading…
Reference in New Issue