1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-06 23:57:07 +02:00

Merge pull request #2160 from parkervcp/update-dart

Dart: add 2.18 and 2.19 image as an option
This commit is contained in:
Michael (Parker) Parker 2023-02-24 12:09:22 -05:00 committed by GitHub
commit 5e0d22b17b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,15 @@
"version": "PTDL_v2", "version": "PTDL_v2",
"update_url": null "update_url": null
}, },
"exported_at": "2022-07-07T16:11:46-07:00", "exported_at": "2023-02-24T17:58:34+01:00",
"name": "dart generic", "name": "dart generic",
"author": "alden@knoban.com", "author": "alden@knoban.com",
"description": "A generic dart CLI egg.\r\n\r\nThis will clone a dart CLI application. it defaults to master if no branch is specified.\r\n\r\nInstalls the pubspec.yaml packages on run. If you set user_upload then I assume you know what you are doing.", "description": "A generic dart CLI egg.\r\n\r\nThis will clone a dart CLI application. it defaults to master if no branch is specified.\r\n\r\nInstalls the pubspec.yaml packages on run. If you set user_upload then I assume you know what you are doing.",
"features": null, "features": null,
"docker_images": { "docker_images": {
"ghcr.io/parkervcp/yolks:dart_2.17": "ghcr.io/parkervcp/yolks:dart_2.17" "Dart_2.19": "ghcr.io\/parkervcp\/yolks:dart_2.19",
"Dart_2.18": "ghcr.io\/parkervcp\/yolks:dart_2.18",
"Dart_2.17": "ghcr.io\/parkervcp\/yolks:dart_2.17"
}, },
"file_denylist": [], "file_denylist": [],
"startup": "if [[ -d .git ]] && [[ {{AUTO_UPDATE}} == \"1\" ]]; then git pull; fi; dart pub get; dart run", "startup": "if [[ -d .git ]] && [[ {{AUTO_UPDATE}} == \"1\" ]]; then git pull; fi; dart pub get; dart run",