File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -132,13 +132,6 @@ jobs:
132132 bundle env
133133 echo ::endgroup::
134134
135- # Debugging via NGROK ssh tunnel. To be removed, do not merge.
136- - name : Start SSH session
137- uses : luchihoratiu/debug-via-ssh@main
138- with :
139- NGROK_AUTH_TOKEN : ${{ secrets.NGROK_AUTH_TOKEN }}
140- SSH_PASS : ${{ secrets.SSH_PASS }}
141-
142135 - name : " Provision environment"
143136 run : |
144137 if [[ "${{ inputs.kernel_modules }}" == "true" ]] && [[ "${{matrix.platforms.provider}}" =~ docker* ]] ; then
@@ -151,6 +144,15 @@ jobs:
151144 FILE='spec/fixtures/litmus_inventory.yaml'
152145 sed -e 's/password: .*/password: "[redacted]"/' < $FILE || true
153146
147+
148+
149+ # Debugging via NGROK ssh tunnel. To be removed, do not merge.
150+ - name : Start SSH session
151+ uses : luchihoratiu/debug-via-ssh@main
152+ with :
153+ NGROK_AUTH_TOKEN : ${{ secrets.NGROK_AUTH_TOKEN }}
154+ SSH_PASS : ${{ secrets.SSH_PASS }}
155+
154156 - name : " Install Puppet agent"
155157 run : |
156158 if [[ "${{ matrix.collection.version }}" ]] ; then
You can’t perform that action at this time.
0 commit comments