Closed jbeal-work closed 2 years ago
Can you share the failure text?
https://github.com/irods/irods_client_nfsrods/pull/170
bash -x build_jar.sh
+ docker run -it --rm --name nfsrods_builder -v /builds/ISG/irods_client_nfsrods/local_maven_repo:/root/.m2 -v /builds/ISG/irods_client_nfsrods:/irods_client_nfsrods -w /irods_client_nfsrods maven:3.8.4-openjdk-17 mvn -Dmaven.test.skip=true clean install
the input device is not a TTY
Cleaning up file based variables 00:01
ERROR: Job failed: exit code 1
So in the automation I have today:
cat build_jar.sh | sed -e 's/-it//' | bash
Atleast the way I am implementing it at Sanger ( in a gitlab-ci pipeline ) which uses docker in docker.
I will make a pull request for deleting the three character fix.