Skip to content

Commit

Permalink
release/01.00.01-RPM
Browse files Browse the repository at this point in the history
  • Loading branch information
svenruppert committed Oct 7, 2019
1 parent 81775ef commit baa5897
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
# limitations under the License.
#

docker rm deploy
docker rm deploy_nano_vaadin_jetty
docker-compose up
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ version: '3.5'
services:
deploy:
image: svenruppert/maven-3.6.2-adopt:1.8.212-04
container_name: deploy
hostname: deploy
container_name: deploy_nano_vaadin_jetty
hostname: deploy_nano_vaadin_jetty
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
- $PWD/:/usr/src/mymaven
Expand All @@ -29,6 +29,7 @@ services:
working_dir: /usr/src/mymaven
# command: 'mvn help:active-profiles
command: 'mvn license:format clean deploy
-P_release_prepare
-P_release
-Pvaadin-install-nodejs
-Dmaven.test.skip=true '

0 comments on commit baa5897

Please sign in to comment.