Skip to content

Commit

Permalink
Enable updatecli configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed Sep 18, 2024
1 parent 40deb26 commit afee3c6
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ sources:
file: https://storage.googleapis.com/artifacts-api/snapshots/main.json
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'
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'

0 comments on commit afee3c6

Please sign in to comment.