This repository was archived by the owner on Dec 16, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +19
-19
lines changed
src/test/java/se/nbis/lega/cucumber/steps Expand file tree Collapse file tree 3 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -79,23 +79,23 @@ jobs:
79
79
script :
80
80
- cd tests
81
81
- mvn test -Dtest=RobustnessTests -B
82
- - stage : integration tests
83
- before_script :
84
- - cd deploy
85
- - ../extras/travis_push_docker_hub.sh
86
- - make bootstrap
87
- - sudo chown -R travis private
88
- - docker network create cega
89
- - docker-compose up -d # --scale ingest=3 --scale verify=5
90
- - docker-compose ps
91
- script :
92
- - sleep 5
93
- - pip install -r https://raw.githubusercontent.com/NBISweden/LocalEGA-cryptor/master/requirements.txt
94
- - pip install git+https://github.com/NBISweden/LocalEGA-cryptor.git
95
- - pip install pika
96
- - make -C test
97
- - sleep 10
98
- - make -C test check
82
+ # - stage: integration tests
83
+ # before_script:
84
+ # - cd deploy
85
+ # - ../extras/travis_push_docker_hub.sh
86
+ # - make bootstrap
87
+ # - sudo chown -R travis private
88
+ # - docker network create cega
89
+ # - docker-compose up -d #--scale ingest=3 --scale verify=5
90
+ # - docker-compose ps
91
+ # script:
92
+ # - sleep 5
93
+ # - pip install -r https://raw.githubusercontent.com/NBISweden/LocalEGA-cryptor/master/requirements.txt
94
+ # - pip install git+https://github.com/NBISweden/LocalEGA-cryptor.git
95
+ # - pip install pika
96
+ # - make -C test
97
+ # - sleep 10
98
+ # - make -C test check
99
99
- stage : tag image
100
100
script : ./extras/travis_push_docker_hub.sh
101
101
Original file line number Diff line number Diff line change 62
62
<dependency >
63
63
<groupId >no.uio.ifi</groupId >
64
64
<artifactId >crypt4gh</artifactId >
65
- <version >1.0 .0</version >
65
+ <version >1.2 .0</version >
66
66
<scope >test</scope >
67
67
</dependency >
68
68
<dependency >
Original file line number Diff line number Diff line change 3
3
import cucumber .api .java8 .En ;
4
4
import lombok .extern .slf4j .Slf4j ;
5
5
import net .schmizz .sshj .sftp .RemoteResourceInfo ;
6
- import no .ifi . uio .crypt4gh .stream .Crypt4GHOutputStream ;
6
+ import no .uio . ifi .crypt4gh .stream .Crypt4GHOutputStream ;
7
7
import org .apache .commons .codec .binary .Hex ;
8
8
import org .apache .commons .codec .digest .DigestUtils ;
9
9
import org .apache .commons .io .FileUtils ;
You can’t perform that action at this time.
0 commit comments