File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616services :
1717 - docker
1818install :
19- - sudo apt-get install -y python3-yaml
2019 - curl -L https://raw.githubusercontent.com/OriHoch/travis-ci-operator/master/travis_ci_operator.sh > $HOME/bin/travis_ci_operator.sh
2120 - bash $HOME/bin/travis_ci_operator.sh init
2221 - travis_ci_operator.sh docker-login
22+ - sudo apt-get install -y sshpass
23+ - pip install ruamel.yaml
2324script :
2425 - bash .travis.sh script
2526 - mkdir builds && mv cloudcli builds/cloudcli-$GOOS-$GOARCH
Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ echo '########################' >> $DEBUG_OUTPUT_FILE
1515echo ' # Running all tests' | tee -a $DEBUG_OUTPUT_FILE
1616echo ' # Writing to debug file: ' $DEBUG_OUTPUT_FILE
1717
18- ! which sshpass && sudo apt-get install -y sshpass
19- ! sudo pip install ruamel.yaml && echo failed to verify dependencies && exit 1
20-
2118echo " -----" && \
2219tests/test_init.sh && \
2320echo " -----" && \
You can’t perform that action at this time.
0 commit comments