Skip to content

Commit

Permalink
Merge pull request #447 from axonivy/XIVY-14264/cleanup-default-varia…
Browse files Browse the repository at this point in the history
…bles-yaml

 XIVY-14264 cleanup default variables.yaml
  • Loading branch information
ivy-lgi authored Jun 27, 2024
2 parents 2d559d9 + 2a8c763 commit 0ee6ce0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
# == Variables ==
#
# You can define here your project Variables.
# If you want to define/override a Variable for a specific Environment,
# add an additional ‘variables.yaml’ file in a subdirectory in the ‘Config’ folder:
# '<project>/Config/_<environment>/variables.yaml
#
Variables:
# myVariable: value
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
# == Variables ==
#
# You can define here your project Variables.
# If you want to define/override a Variable for a specific Environment,
# add an additional ‘variables.yaml’ file in a subdirectory in the ‘Config’ folder:
# '<project>/Config/_<environment>/variables.yaml
#
Variables:
# myVariable: value
7 changes: 0 additions & 7 deletions src/test/resources/base/config/variables.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
# == Variables ==
#
# You can define here your project Variables.
# If you want to define/override a Variable for a specific Environment,
# please add a 'variables.yaml' in the sub directory '_<environment>'.
#
Variables:
#myVariable: value

0 comments on commit 0ee6ce0

Please sign in to comment.