Skip to content

Commit 07d92f9

Browse files
committed
fix: quote JOB_INDEX in cp command for shellcheck SC2086
Made-with: Cursor
1 parent 457963f commit 07d92f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
# See the "CI Setup" document for details of how this was set up.
141141
ci/decrypt_secret.sh
142142
tar xvf "${HOME}"/secrets/secrets.tar
143-
cp ./ci_secrets/vuforia_secrets_${JOB_INDEX}.env ./vuforia_secrets.env
143+
cp "./ci_secrets/vuforia_secrets_${JOB_INDEX}.env" ./vuforia_secrets.env
144144
145145
# We have seen issues with running out of disk space on test_docker
146146
- name: Free Disk Space (Ubuntu)

0 commit comments

Comments
 (0)