Skip to content

Commit

Permalink
#475 Clean ADO pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSAMPERE committed Apr 29, 2024
1 parent 9c556c0 commit 84c4775
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Lint, test and package a plugin for QGIS
# https://docs.microsoft.com/en-us/azure/devops/pipelines/process/container-phases?view=azure-devops&tabs=yaml

# -- TRIGGERS --------------------------------------------------------------------------------------

pr:
- master

Expand All @@ -16,15 +14,13 @@ trigger:
include:
- "*"

# -- RESOURCES -------------------------------------------------------------------------------------
resources:
repositories:
- repository: templates
type: github
name: isogeo/devops-templates
endpoint: isogeo

# -- GLOBAL VARIABLES ------------------------------------------------------------------------------
variables:
pythonVersion: "3.9"
isProd: $[contains(variables['Build.SourceBranch'], 'refs/tags')]
Expand All @@ -34,17 +30,14 @@ variables:
releaseDate: $[format('{0:dd}.{0:MM}.{0:yyyy}', pipeline.startTime)]
releaseDateWithHour: $[format('{0:dd}.{0:MM}.{0:yyyy}-{0:HH}.{0:mm}', pipeline.startTime)]

# -- STAGES ----------------------------------------------------------------------------------------
stages:
- stage: variables
pool:
vmImage: "ubuntu-22.04"
displayName: "Variables"
jobs:
# -- LINT AND FORMAT -----------------------------------------------------------------------------
- job: variables_values
displayName: "Set and display variables values"
# displayName: "Pipeline variables values"

steps:
- checkout : self
Expand Down Expand Up @@ -98,7 +91,6 @@ stages:
zipName: $[ stageDependencies.variables.variables_values.outputs['set_zipname_variable.zipName'] ]
displayName: "Integration"
jobs:
# -- LINT AND FORMAT -----------------------------------------------------------------------------
- job: format_lint_build_package
displayName: "Format & lint code, then build & package"

Expand Down

0 comments on commit 84c4775

Please sign in to comment.