equinor / fmu-config

Tool for a general YAML to YAML/IPL setup in FMU runs. Replaces manual global_variables.ipl
https://equinor.github.io/fmu-config/
GNU Lesser General Public License v3.0
0 stars 7 forks source link

Fix doc build error #38

Closed jcrivenaes closed 3 years ago

jcrivenaes commented 3 years ago

Last merge failed due to workflow action

git rm * 
fatal: pathspec '*' did not match any files

Solution

git rm -rf * --ignore-unmatch

berland commented 3 years ago

Ok, but it seems strange that the git rm * should fail, because there should always be files there.