Skip to content

Commit

Permalink
Merge pull request #50 from openworm/development
Browse files Browse the repository at this point in the history
Release 0.3.8
  • Loading branch information
tarelli authored Nov 2, 2017
2 parents 8f2cc49 + 08580f6 commit b6b14c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ script:
- echo "Current time :$(date +"%T")"
- cd org.geppetto.frontend/src/main/webapp/js/pages/tests/casperjs
- echo "$TRAVIS_BRANCH"
- docker build -t="geppetto_persistence" --build-arg frontendBranch=$TRAVIS_BRANCH --build-arg persistenceBranch=$TRAVIS_BRANCH --build-arg aKey=$accessKey --build-arg sKey=$secretKey https://github.com/openworm/org.geppetto.git#docker-casperjs:utilities/docker/geppetto-persistence/
- docker build -t="geppetto_persistence" --build-arg frontendBranch=$TRAVIS_BRANCH --build-arg persistenceBranch=$TRAVIS_BRANCH --build-arg aKey=$accessKey --build-arg sKey=$secretKey https://github.com/openworm/org.geppetto.git#master:utilities/docker/geppetto-persistence/
- echo "Current time :$(date +"%T")"
- docker run -t -dit --name=geppetto_persistence_container -h localhost -p 28081:8080 geppetto_persistence
- bash test_geppetto_server.sh
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.geppetto</groupId>
<artifactId>persistence</artifactId>
<name>Geppetto Persistence Bundle</name>
<version>0.3.7</version>
<version>0.3.8</version>
<packaging>bundle</packaging>
<properties>
<spring.version>3.1.3.RELEASE</spring.version>
Expand Down

0 comments on commit b6b14c2

Please sign in to comment.