We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f0ec0 commit 8aaff83Copy full SHA for 8aaff83
env_vars.sh
@@ -0,0 +1,5 @@
1
+if [ -n "$IS_OSX" ]; then
2
+ :
3
+else
4
+ yum clean metadata
5
+fi
0 commit comments