Skip to content

Commit 3ced7c6

Browse files
committed
restore nested tmp forlder
1 parent 65f42eb commit 3ced7c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270
molecule test --parallel -s ${{ matrix.molecule_test }}
271271
working-directory: ./ansible_collections/${{ inputs.fqcn }}
272272
env:
273-
ANSIBLE_REMOTE_TMP: "/tmp/tmp-2.15-${{ matrix.molecule_test }}"
273+
ANSIBLE_REMOTE_TMP: "/tmp-2.15-${{ matrix.molecule_test }}"
274274
ANSIBLE_VERBOSITY: ${{ inputs.debug_verbosity }}
275275
PROD_JBOSSNETWORK_API_CLIENTID: '${{ secrets.PROD_JBOSSNETWORK_API_CLIENTID }}'
276276
PROD_JBOSSNETWORK_API_SECRET: '${{ secrets.PROD_JBOSSNETWORK_API_SECRET }}'
@@ -319,7 +319,7 @@ jobs:
319319
molecule test --parallel -s ${{ matrix.molecule_test }}
320320
working-directory: ./ansible_collections/${{ inputs.fqcn }}
321321
env:
322-
ANSIBLE_REMOTE_TMP: "/tmp/tmp-2.16-${{ matrix.molecule_test }}"
322+
ANSIBLE_REMOTE_TMP: "/tmp-2.16-${{ matrix.molecule_test }}"
323323
ANSIBLE_VERBOSITY: ${{ inputs.debug_verbosity }}
324324
PROD_JBOSSNETWORK_API_CLIENTID: '${{ secrets.PROD_JBOSSNETWORK_API_CLIENTID }}'
325325
PROD_JBOSSNETWORK_API_SECRET: '${{ secrets.PROD_JBOSSNETWORK_API_SECRET }}'

0 commit comments

Comments
 (0)