From d7c9e5f1d343f548355675f9127858e9141978ca Mon Sep 17 00:00:00 2001 From: Mikhail Timofeev Date: Thu, 12 Mar 2020 18:54:01 +0300 Subject: [PATCH] add comment --- images/linux/ubuntu1604.json | 1 + images/linux/ubuntu1804.json | 1 + 2 files changed, 2 insertions(+) diff --git a/images/linux/ubuntu1604.json b/images/linux/ubuntu1604.json index ea02031d..133751f3 100644 --- a/images/linux/ubuntu1604.json +++ b/images/linux/ubuntu1604.json @@ -132,6 +132,7 @@ { "type": "shell", "inline": [ + "# This directory is supposed to be created in $HOME and owned by user(https://github.com/actions/virtual-environments/issues/491)", "mkdir -p /etc/skel/.config/configstore", "echo 'export XDG_CONFIG_HOME=$HOME/.config' | tee -a /etc/skel/.bashrc" ], diff --git a/images/linux/ubuntu1804.json b/images/linux/ubuntu1804.json index 420c2c0c..d96b8bea 100644 --- a/images/linux/ubuntu1804.json +++ b/images/linux/ubuntu1804.json @@ -135,6 +135,7 @@ { "type": "shell", "inline": [ + "# This directory is supposed to be created in $HOME and owned by user(https://github.com/actions/virtual-environments/issues/491)", "mkdir -p /etc/skel/.config/configstore", "echo 'export XDG_CONFIG_HOME=$HOME/.config' | tee -a /etc/skel/.bashrc" ],