File tree 3 files changed +23
-0
lines changed
3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1
1
Release Notes
2
2
-------------
3
3
4
+ 3.1.1 (2024-02-08)
5
+ ------------------
6
+
7
+ * Add environment variables for AWS CodeBuild CI.
8
+
9
+ * Thanks to `@dougch <https://github.com/dougch >`_ for the PR.
10
+
4
11
3.1.0 (2024-02-01)
5
12
------------------
6
13
Original file line number Diff line number Diff line change
1
+ # This Source Code Form is subject to the terms of the Mozilla Public
2
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
3
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
+
5
+ # Based on https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-env-vars.html
6
+
7
+ ENVIRONMENT_VARIABLES = [
8
+ "AWS_REGION" ,
9
+ "CODEBUILD_BUILD_ID" ,
10
+ "CODEBUILD_BUILD_NUMBER" ,
11
+ "CODEBUILD_RESOLVED_SOURCE_VERSION" ,
12
+ "CODEBUILD_SOURCE_REPO_URL" ,
13
+ "CODEBUILD_SOURCE_VERSION" ,
14
+ ]
Original file line number Diff line number Diff line change 15
15
appveyor ,
16
16
bitbucket ,
17
17
circleci ,
18
+ codebuild ,
18
19
gitlab_ci ,
19
20
jenkins ,
20
21
taskcluster ,
25
26
appveyor .ENVIRONMENT_VARIABLES ,
26
27
bitbucket .ENVIRONMENT_VARIABLES ,
27
28
circleci .ENVIRONMENT_VARIABLES ,
29
+ codebuild .ENVIRONMENT_VARIABLES ,
28
30
gitlab_ci .ENVIRONMENT_VARIABLES ,
29
31
jenkins .ENVIRONMENT_VARIABLES ,
30
32
taskcluster .ENVIRONMENT_VARIABLES ,
You can’t perform that action at this time.
0 commit comments