From a882b3e1e46b385a3a270313ede03adfcbbd554d Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Wed, 22 Feb 2023 13:01:36 +0000 Subject: [PATCH] Initial commit for octopus-trial --- .octopus/deployment_process.ocl | 0 .octopus/deployment_settings.ocl | 7 +++++++ .octopus/schema_version.ocl | 1 + .octopus/variables.ocl | 0 4 files changed, 8 insertions(+) create mode 100644 .octopus/deployment_process.ocl create mode 100644 .octopus/deployment_settings.ocl create mode 100644 .octopus/schema_version.ocl create mode 100644 .octopus/variables.ocl diff --git a/.octopus/deployment_process.ocl b/.octopus/deployment_process.ocl new file mode 100644 index 00000000..e69de29b diff --git a/.octopus/deployment_settings.ocl b/.octopus/deployment_settings.ocl new file mode 100644 index 00000000..562e7dd7 --- /dev/null +++ b/.octopus/deployment_settings.ocl @@ -0,0 +1,7 @@ +connectivity_policy { + allow_deployments_to_no_targets = true +} + +versioning_strategy { + template = "#{Octopus.Version.LastMajor}.#{Octopus.Version.LastMinor}.#{Octopus.Version.NextPatch}" +} \ No newline at end of file diff --git a/.octopus/schema_version.ocl b/.octopus/schema_version.ocl new file mode 100644 index 00000000..4548a61f --- /dev/null +++ b/.octopus/schema_version.ocl @@ -0,0 +1 @@ +version = 6 \ No newline at end of file diff --git a/.octopus/variables.ocl b/.octopus/variables.ocl new file mode 100644 index 00000000..e69de29b