diff options
Diffstat (limited to 'test/common-utils/devcontainer-info/meta.env')
-rw-r--r-- | test/common-utils/devcontainer-info/meta.env | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/common-utils/devcontainer-info/meta.env b/test/common-utils/devcontainer-info/meta.env new file mode 100644 index 0000000..dfc61d3 --- /dev/null +++ b/test/common-utils/devcontainer-info/meta.env @@ -0,0 +1,8 @@ +VERSION='test-version' +DEFINITION_ID='test-id' +VARIANT='test-variant' +GIT_REPOSITORY='test-repository' +GIT_REPOSITORY_RELEASE='test-release' +GIT_REPOSITORY_REVISION='test-revision' +BUILD_TIMESTAMP='test-time' +CONTENTS_URL='test-url' |