File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1717 - name : Install ShellCheck
1818 run : sudo apt-get install shellcheck
1919 - name : Run ShellCheck
20- run : shellcheck -x tasks/*.sh
20+ run : shellcheck -x tasks/*.sh files/*.sh
2121
2222 test-install-task-on-ubuntu :
2323 strategy :
6262 container : ${{ matrix.image }}
6363 steps :
6464 - uses : actions/checkout@v4
65+ with :
66+ path : openvox_bootstrap
6567 - uses : actions/checkout@v4
6668 with :
6769 repository : puppetlabs/puppetlabs-facts
98100 PT_collection : openvox8
99101 PT_apt_source : " https://apt.overlookinfratech.com"
100102 PT_yum_source : " https://yum.overlookinfratech.com"
101- run : ./tasks/install_linux.sh
103+ run : ./openvox_bootstrap/ tasks/install_linux.sh
102104 - name : Verify openvox-agent is installed
103105 run : /opt/puppetlabs/bin/puppet --version | grep -E '[0-9]+\.[0-9]+'
You can’t perform that action at this time.
0 commit comments