mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-04 20:06:35 +03:00
ci: update tag in install-manifests for all data connectors
https://hasurahq.atlassian.net/browse/INFRA-1116 PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10504 GitOrigin-RevId: d201467d7d1378e258c4eac603c0efa9afb8965a
This commit is contained in:
parent
114b29d177
commit
3a2b21fa32
@ -30,7 +30,7 @@ find "$ROOT/install-manifests" \
|
||||
# replace the data-connector version with latest tag for all references in install-manifests
|
||||
find "$ROOT/install-manifests" \
|
||||
-type f -exec sed -i -E \
|
||||
's#(hasura/graphql-data-connector:)v(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)(\-[0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*)?(\+[0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*)?(.*)*$#\1'"${TAG}"'\9#' {} \;
|
||||
's#(hasura/[a-Z]+-data-connector:)v(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)(\-[0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*)?(\+[0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*)?(.*)*$#\1'"${TAG}"'\9#' {} \;
|
||||
|
||||
|
||||
# update version in CLI installation instructions
|
||||
|
Loading…
Reference in New Issue
Block a user