Created
June 8, 2022 16:14
-
-
Save patmaddox/42189209dd64eeffacc0a2959bf8735d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| postgres_service: | |
| container: | |
| image: postgres:14 | |
| port: 5432 | |
| POSTGRES_PASSWORD: "" | |
| build_task: | |
| freebsd_instance: | |
| image_family: freebsd-13-1 | |
| build_script: echo "hello world" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment