InformaticsMatters / squonk

Squonk platform and computational notebook
Apache License 2.0
8 stars 3 forks source link

Preserve build files between stages/jobs? (Travis) #77

Open alanbchristie opened 5 years ago

alanbchristie commented 5 years ago

Travis does not make build information available between stages or jobs. To do this you are required to use an external service (like S3). ideally - to ensure that the binary results of the build are re-used in the docker stage (i.e. we deploy exactly what was tested) we will need to preserve the build artefacts for re-use in the docker and deploy stages.