diff --git a/.azure-pipelines/version-tagging.yaml b/.azure-pipelines/version-tagging.yaml deleted file mode 100644 index c4ba2f9..0000000 --- a/.azure-pipelines/version-tagging.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# A pipeline to increment version tags for a git repo containing distinct packages - -# permissions: -# the build service account associated with this pipeline requires: -# - read -# - contribute -# - create tag - -trigger: - branches: - include: - - main - -pool: - vmImage: ubuntu-22.04 - -jobs: - - job: version_tagging - steps: - - checkout: self - persistCredentials: true - - - script: | - echo "Checking out git submodule with 'bash modupdate.sh' ..." - bash modupdate.sh - displayName: 'Checkout git submodule' - - - script: | - echo "Running 'bash tools/scripts/cicd/version-tagging.sh' ..." - bash tools/scripts/cicd/version-tagging.sh - displayName: 'Generate repository tags per packages' diff --git a/bootstrap/.gitkeep b/bootstrap/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/csync/deploy/experimentation/.gitkeep b/csync/deploy/experimentation/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/csync/source-customization/experimentation/.gitkeep b/csync/source-customization/experimentation/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/tier1/deploy/experimentation/.gitkeep b/tier1/deploy/experimentation/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/tier1/source-customization/experimentation/.gitkeep b/tier1/source-customization/experimentation/.gitkeep new file mode 100644 index 0000000..e69de29