Skip to content

Commit 9d729ae

Browse files
committed
No docker, we're in docker.
1 parent 5f0dfbd commit 9d729ae

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/server.test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ jobs:
5555
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
5656
run: |
5757
run-with-summary \
58-
docker compose exec operations \
59-
ansible-playbook ${ANSIBLE_PLAYBOOK} \
60-
--extra-vars operations_github_api_token=${RUNNER_GITHUB_TOKEN}
58+
ansible-playbook ${ANSIBLE_PLAYBOOK} \
59+
--extra-vars operations_github_api_token=${RUNNER_GITHUB_TOKEN}
6160
6261
# Kick off the runner script over and over until there are no more queued jobs.
6362
# Each runner is --ephemeral, runs one job.

0 commit comments

Comments
 (0)