Skip to content

Commit

Permalink
chore: tie in migration B2 to auto-release
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeach47 committed Feb 26, 2020
1 parent c0a846e commit 401f1c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cache:
- "$HOME/.gradle/wrapper/"
install: true
script:
- "./gradlew :oeqPrimaryB2:clean :oeqPrimaryB2:buildB2 :oeqPrimaryWS:clean :oeqPrimaryWS:buildWS"
- "./gradlew :oeqPrimaryB2:clean :oeqPrimaryB2:buildB2 :oeqPrimaryWS:clean :oeqPrimaryWS:buildWS :oeqLinkMigrationLTI:clean :oeqLinkMigrationLTI:buildLinkMigration"
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
Expand All @@ -19,6 +19,7 @@ deploy:
file:
- oeqPrimaryB2/build/libs/*
- oeqPrimaryWS/build/libs/*
- oeqLinkMigrationLTI/build/libs/*
skip_cleanup: true
on:
tags: true
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ jspApiVersion=2.3.3
servletApiVersion=4.0.1
junitVersion=4.12
# All building blocks / web services are re-versioned when this changes.
artifactVersion=2.1.0-Alpha-20200205E
artifactVersion=2.1.0-Alpha-20200226A

0 comments on commit 401f1c1

Please sign in to comment.