We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e84ef commit e652b78Copy full SHA for e652b78
.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