Commit 37ddcc6c by Arun Babu Neelicattu

cirrus: ensure env vars are set for build task

parent 5acf8fa6
...@@ -29,6 +29,12 @@ release_task: ...@@ -29,6 +29,12 @@ release_task:
only_if: $CIRRUS_TAG != '' only_if: $CIRRUS_TAG != ''
env: env:
GITHUB_TOKEN: ENCRYPTED[e637a1887c028ea4e44867715a8a4b7c5e27568559a15c45a3e33739b0d97fc050394c728a44e9bfe7c246179810cad7] GITHUB_TOKEN: ENCRYPTED[e637a1887c028ea4e44867715a8a4b7c5e27568559a15c45a3e33739b0d97fc050394c728a44e9bfe7c246179810cad7]
PYTHON: python3.8
PYTHON27: python2.7
PYTHON35: python3.5
PYTHON36: python3.6
PYTHON37: python3.7
PYTHON38: python3.8
freebsd_instance: freebsd_instance:
matrix: matrix:
- image_family: freebsd-12-1-snap - image_family: freebsd-12-1-snap
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment