Skip to content

Commit

Permalink
Worked on circleci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuss committed Oct 19, 2015
1 parent d16c0b1 commit 008ad75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ deployment:
- cd karaf && docker build -t fabric8/s2i-karaf:latest .
- docker push fabric8/s2i-karaf:latest
release:
branch: master
owner: fabric8io-images
tag: /^v.*/
commands:
- env
- cd java && docker build -t fabric8/s2i-java:$(git describe --abbrev=0 --tags | sed -e 's/^v//') .
- docker push fabric8/s2i-java:$(git describe --abbrev=0 --tags | sed -e 's/^v//')"
- docker push fabric8/s2i-java:$(git describe --abbrev=0 --tags | sed -e 's/^v//')
- cd karaf && docker build -t fabric8/s2i-karaf:$(git describe --abbrev=0 --tags | sed -e 's/^v//') .
- docker push fabric8/s2i-karaf:$(git describe --abbrev=0 --tags | sed -e 's/^v//')

0 comments on commit 008ad75

Please sign in to comment.