Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #422 from tpepper/master
Browse files Browse the repository at this point in the history
travis: make logdir for scheduler in non-stupid location
  • Loading branch information
Samuel Ortiz authored Aug 1, 2016
2 parents 320fc8a + df9d216 commit fd0ea1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ before_install:
# We need to create and install SSNTP certs for the SSNTP and controller tests
before_script:
- sudo mkdir -p /etc/pki/ciao/
- sudo mkdir -p /etc/pki/ciao/logs/scheduler
- sudo mkdir -p /var/lib/ciao/logs/scheduler
- sudo -E $GOPATH/bin/ciao-cert -directory /etc/pki/ciao -host localhost -server -role scheduler
- sudo -E $GOPATH/bin/ciao-cert -directory /etc/pki/ciao -host localhost -server-cert /etc/pki/ciao/cert-Scheduler-localhost.pem -role agent
- sudo -E $GOPATH/bin/ciao-cert -directory /etc/pki/ciao -host localhost -server-cert /etc/pki/ciao/cert-Scheduler-localhost.pem -role agent,netagent
Expand Down

0 comments on commit fd0ea1d

Please sign in to comment.