We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee352d commit 329ac79Copy full SHA for 329ac79
.github/workflows/chef_install_test.yml
@@ -24,12 +24,8 @@ jobs:
24
25
# Download and unpack newrelic-install cookbook
26
wget https://supermarket.chef.io/cookbooks/newrelic-install/download -O newrelic-install.tar.gz
27
- tar -xzf newrelic-install.tar.gz -C .
28
-
29
- # Access newrelic-install directory
30
- cd newrelic-install
31
32
- ls
+ mkdir cookbooks
+ tar -xzf newrelic-install.tar.gz -C cookbooks/.
33
34
# Execute newrelic install
35
sudo chef-client --local-mode --runlist 'recipe[newrelic-install::default]'
0 commit comments