Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Issue #37: Add "export TERM=dumb" to taskcluster script
Browse files Browse the repository at this point in the history
Closes #37: Add "export TERM=dumb" to taskcluster script
  • Loading branch information
fercarcedo committed Jun 22, 2018
1 parent f2dee02 commit 0c4ce5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .taskcluster.yml
Expand Up @@ -33,7 +33,8 @@ tasks:
- '--login' - '--login'
- '-cx' - '-cx'
- >- - >-
mkdir -p /build/fretboard export TERM=dumb
&& mkdir -p /build/fretboard
&& cd /build/fretboard && cd /build/fretboard
&& git clone {{ event.head.repo.url }} && git clone {{ event.head.repo.url }}
&& cd fretboard && cd fretboard
Expand Down

0 comments on commit 0c4ce5d

Please sign in to comment.