Skip to content

Commit

Permalink
fix: use LOAD_FIXTURES and LOAD_DEFAULT_TERMS on review env's
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Oct 16, 2023
1 parent e6e34be commit b8bff8d
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions azure-pipelines/helsinkilisa-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
trigger: none

# Pull request (PR) triggers cause a pipeline to run whenever a pull request is
# opened with one of the specified target branches, or when updates are made to
# opened with one of the specified target branches, or when updates are made to
# such a pull request.
#
# GitHub creates a new ref when a pull request is created. The ref points to a
# merge commit, which is the merged code between the source and target branches
# GitHub creates a new ref when a pull request is created. The ref points to a
# merge commit, which is the merged code between the source and target branches
# of the pull request.
#
# Opt out of pull request validation
# Opt out of pull request validation
pr:
# PR target branch
branches:
include:
- main
- main
paths:
include:
- azure-pipelines/helsinkilisa-review.yml
Expand All @@ -44,22 +44,24 @@ pool: Default

resources:
repositories:
# Azure DevOps repository
- repository: yjdh-helsinkilisa-pipelines
type: git
# Azure DevOps project/repository
name: yjdh-helsinkilisa/yjdh-helsinkilisa-pipelines
# Azure DevOps repository
- repository: yjdh-helsinkilisa-pipelines
type: git
# Azure DevOps project/repository
name: yjdh-helsinkilisa/yjdh-helsinkilisa-pipelines

extends:
# Filename in Azure DevOps Repository (note possible -ui or -api)
# Django example: azure-pipelines-PROJECTNAME-api-release.yml
# Drupal example: azure-pipelines-drupal-release.yml
template: azure-pipelines-helsinkilisa-review.yml@yjdh-helsinkilisa-pipelines
template:
azure-pipelines-helsinkilisa-review.yml@yjdh-helsinkilisa-pipelines
# Application build arguments and config map values as key value pairs.
# The values here will override the values defined in the yjdh-benefit-pipelines repository.
# for example
# parameters:
parameters:
configMap: # pod environment variables
LOAD_DEFAULT_TERMS: 1
LOAD_FIXTURES: 1
# buildArgs:
# NEXT_PUBLIC_DEBUG: 0
# configMap: # pod environment variables
# DEBUG: 0

0 comments on commit b8bff8d

Please sign in to comment.