FHIR / sample-ig

A sample, template-driven implementation guide that provides instruction on creating IGs
Other
42 stars 65 forks source link

fix(updatePublisher): linux os type check #54

Open tevariou opened 2 years ago

tevariou commented 2 years ago

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

costateixeira commented 2 years ago

@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