Skip to content

Commit

Permalink
positive spiannaker test is obligatory to job success
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalparadowski committed Jun 23, 2020
1 parent 028ba94 commit f3e0a0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ script:
- docker pull golang:1.14.1-stretch
- for o in $BUILD_OS; do for a in $BUILD_ARCH; do docker run -u root -w /go/src/github.com/codilime/floodgate -v `pwd`:/go/src/github.com/codilime/floodgate -e SERIESCI_TOKEN=$SERIESCI_TOKEN --entrypoint /go/src/github.com/codilime/floodgate/.cilibs/build.sh --rm golang:1.14.1-stretch -g $GATE_API_BRANCH -o $o -a $a -c $SEND_COVERITY ; done; done
- sudo chown $SUDO_USER:$SUDO_USER -R .

after_success:
- .cilibs/start_spinnaker.sh -a `echo $BUILD_ARCH | cut -d" " -f1` -o `echo $BUILD_OS | cut -d" " -f1` -g $GATE_API_BRANCH -e $FLOODGATE_EXTRA_PARAMS

0 comments on commit f3e0a0d

Please sign in to comment.