mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
remove comma and quotes
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#Set ImageVersion and ImageOS env variables
|
#Set ImageVersion and ImageOS env variables
|
||||||
"echo ImageVersion=$IMAGE_VERSION | tee -a /etc/environment",
|
echo ImageVersion=$IMAGE_VERSION | tee -a /etc/environment
|
||||||
"echo ImageOS=$IMAGE_OS | tee -a /etc/environment"
|
echo ImageOS=$IMAGE_OS | tee -a /etc/environment
|
||||||
|
|
||||||
# This directory is supposed to be created in $HOME and owned by user(https://github.com/actions/virtual-environments/issues/491)
|
# 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
|
mkdir -p /etc/skel/.config/configstore
|
||||||
|
|||||||
Reference in New Issue
Block a user