File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
language : java
2
- sudo : false
3
2
jdk :
4
3
- openjdk8
5
4
cache :
6
5
directories :
7
6
- " $HOME/.m2"
8
- script :
9
- - sh travis-build.sh
10
7
11
- after_success :
12
- - cd src/frontend && mvn --batch-mode package toolkit:deploy -Dtoolkit_profile=sae_profile.yaml -Dtoolkit_package=sae_package.yaml -Dtoolkit_deploy=sae_deploy.yaml
13
-
14
- before_install :
15
- - openssl aes-256-cbc -k "$TRAVIS_PASSWORD" -in src/frontend/sae_profile.yaml.enc -out src/frontend/sae_profile.yaml -d
8
+ jobs :
9
+ include :
10
+ - script : sh travis-build.sh
11
+ - name : deploy
12
+ if : branch = master && type != pull_request
13
+ script :
14
+ - openssl aes-256-cbc -k "$TRAVIS_PASSWORD" -in src/frontend/sae_profile.yaml.enc -out src/frontend/sae_profile.yaml -d
15
+ - cd src/frontend && mvn --batch-mode package toolkit:deploy -Dtoolkit_profile=sae_profile.yaml -Dtoolkit_package=sae_package.yaml -Dtoolkit_deploy=sae_deploy.yaml
You can’t perform that action at this time.
0 commit comments