Skip to content

Commit

Permalink
disable target temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed Sep 13, 2024
1 parent 7efcc89 commit 2f60421
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ sources:
key: .build_id

targets:
update-snapshot:
name: '[updatecli] Update latest snapshot to {{ source "latestSnapshot" }}'
kind: file
sourceid: latestSnapshot
scmid: default
spec:
file: Makefile
matchpattern: '(./scripts/test-stack-command.sh) 9\.[^\s]+-SNAPSHOT'
replacepattern: '$1 {{ source "latestSnapshot" }}-SNAPSHOT'
# update-snapshot:
# name: '[updatecli] Update latest snapshot to {{ source "latestSnapshot" }}'
# kind: file
# sourceid: latestSnapshot
# scmid: default
# spec:
# file: Makefile
# matchpattern: '(./scripts/test-stack-command.sh) 9\.[^\s]+-SNAPSHOT'
# replacepattern: '$1 {{ source "latestSnapshot" }}-SNAPSHOT'

0 comments on commit 2f60421

Please sign in to comment.