Skip to content

Commit

Permalink
Site CI remove variable expansion (LLNL#547)
Browse files Browse the repository at this point in the history
remove variable expansion in site ci rules
  • Loading branch information
slabasan authored Jan 15, 2025
1 parent 42a4651 commit 92fbb04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab/ci/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ legacy_test_run:
- .gitlab-ci.yml
- .gitlab/ci/*
- experiments/**
- systems/${LEGACY_ARCHCONFIG}/**
- repo/${LEGACY_BENCHMARK}/**
- systems/$LEGACY_ARCHCONFIG/**
- repo/$LEGACY_BENCHMARK/**
- modifiers/**
- var/**
- lib/**
Expand Down Expand Up @@ -125,8 +125,8 @@ test_run:
- .gitlab-ci.yml
- .gitlab/ci/*
- experiments/**
- systems/${ARCHCONFIG}/**
- repo/${BENCHMARK}/**
- systems/$ARCHCONFIG/**
- repo/$BENCHMARK/**
- modifiers/**
- var/**
- lib/**
Expand Down

0 comments on commit 92fbb04

Please sign in to comment.