Open tevariou opened 2 years ago
When using the _updatePublisher shell script on Linux Alpine, the os type check fails since the environment variable OSTYPE return the value "linux-musl" and not "linux-gnu".
This PR aims to broaden the os type check for linux
@tevariou the main source for these scripts is https://github.com/HL7/ig-publisher-scripts Do you want to check if these scripts also require a similar fix? Thank you
Problem
When using the _updatePublisher shell script on Linux Alpine, the os type check fails since the environment variable OSTYPE return the value "linux-musl" and not "linux-gnu".
Description
This PR aims to broaden the os type check for linux