tag or ref? / copy pasta #1
@ -13,7 +13,7 @@ rcd_desc=$(jq -r '.description' package.json | sed 's/null//')
|
|||||||
rcd_repository=$(jq -r '.repository' package.json | sed 's/null//')
|
rcd_repository=$(jq -r '.repository' package.json | sed 's/null//')
|
||||||
rcd_homepage=$(jq -r '.homepage' package.json | sed 's/null//')
|
rcd_homepage=$(jq -r '.homepage' package.json | sed 's/null//')
|
||||||
rcd_license=$(jq -r '.license' package.json | sed 's/null//')
|
rcd_license=$(jq -r '.license' package.json | sed 's/null//')
|
||||||
rcd_author=$(jq -r '.license' package.json | sed 's/null//')
|
rcd_author=$(jq -r '.author' package.json | sed 's/null//')
|
||||||
rcd_app_version=$(jq -r '.version' package.json | sed 's/null//')
|
rcd_app_version=$(jq -r '.version' package.json | sed 's/null//')
|
||||||
|
|
||||||
cat <<EOF > "$CONFIG_FILE"
|
cat <<EOF > "$CONFIG_FILE"
|
||||||
@ -42,7 +42,7 @@ record:
|
|||||||
license: "$rcd_license"
|
license: "$rcd_license"
|
||||||
author: "$rcd_author"
|
author: "$rcd_author"
|
||||||
repository: "$rcd_repository"
|
repository: "$rcd_repository"
|
||||||
repository_tag: "$CERC_REPO_TAG"
|
repository_ref: "$CERC_REPO_TAG"
|
||||||
app_version: "$rcd_app_version"
|
app_version: "$rcd_app_version"
|
||||||
app_type: "$CERC_APP_TYPE"
|
app_type: "$CERC_APP_TYPE"
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user