We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36d16d8 commit b6acc1dCopy full SHA for b6acc1d
.github/workflows/build.yml
@@ -11,6 +11,6 @@ jobs:
11
steps:
12
- uses: actions/checkout@v4
13
- name: Bootstrap
14
- run: ./init/bootstrap_ubuntu_server.sh virtual.ssl.robocup.org field-a
+ run: ./init/bootstrap_ubuntu_server.sh localhost field-a
15
- name: Cleanup
16
run: docker compose down -v
0 commit comments