nansencenter / django-geo-spaas-harvesting

Harvest data into a GeoSPaaS catalog
GNU General Public License v3.0
1 stars 1 forks source link

Use GitHub actions instead of Travis CI #109

Closed aperrin66 closed 3 years ago

aperrin66 commented 3 years ago

Transcripted the .travis.yml file into a GitHub actions workflow.

aperrin66 commented 3 years ago

How do you configure it to work in two situations? one for push and another for release?

It already does: the built image is only pushed when the triggering event is a tag. That is what this line is for.

aperrin66 commented 3 years ago

I just added the setup.py modification which I did for processing and metanorm. It gets the version number from the context so that we don't have to modify the setup.py file by hand.