v0.1.20
This commit is contained in:
parent
a5c4fed775
commit
7df657bb01
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "@cerc-io/test-progressive-web-app",
|
"name": "@cerc-io/test-progressive-web-app",
|
||||||
"version": "0.1.19",
|
"version": "0.1.20",
|
||||||
"repository": "https://git.vdb.to/cerc-io/test-progressive-web-app",
|
"repository": "https://git.vdb.to/cerc-io/test-progressive-web-app",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
|
@ -5,7 +5,7 @@ set -e
|
|||||||
RECORD_FILE=tmp.rf.$$
|
RECORD_FILE=tmp.rf.$$
|
||||||
CONFIG_FILE=`mktemp`
|
CONFIG_FILE=`mktemp`
|
||||||
|
|
||||||
CERC_APP_TYPE=${CERC_APP_TYPE:-"webapp"}
|
CERC_APP_TYPE=${CERC_APP_TYPE:-"webapp/next"}
|
||||||
CERC_REPO_REF=${CERC_REPO_REF:-${GITHUB_SHA:-`git log -1 --format="%H"`}}
|
CERC_REPO_REF=${CERC_REPO_REF:-${GITHUB_SHA:-`git log -1 --format="%H"`}}
|
||||||
CERC_IS_LATEST_RELEASE=${CERC_IS_LATEST_RELEASE:-"true"}
|
CERC_IS_LATEST_RELEASE=${CERC_IS_LATEST_RELEASE:-"true"}
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ services:
|
|||||||
restEndpoint: '${CERC_REGISTRY_REST_ENDPOINT:-http://console.laconic.com:1317}'
|
restEndpoint: '${CERC_REGISTRY_REST_ENDPOINT:-http://console.laconic.com:1317}'
|
||||||
gqlEndpoint: '${CERC_REGISTRY_GQL_ENDPOINT:-http://console.laconic.com:9473/api}'
|
gqlEndpoint: '${CERC_REGISTRY_GQL_ENDPOINT:-http://console.laconic.com:9473/api}'
|
||||||
chainId: ${CERC_REGISTRY_CHAIN_ID:-laconic_9000-1}
|
chainId: ${CERC_REGISTRY_CHAIN_ID:-laconic_9000-1}
|
||||||
gas: 550000
|
gas: 950000
|
||||||
fees: 200000aphoton
|
fees: 200000aphoton
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ services:
|
|||||||
restEndpoint: '${CERC_REGISTRY_REST_ENDPOINT:-http://console.laconic.com:1317}'
|
restEndpoint: '${CERC_REGISTRY_REST_ENDPOINT:-http://console.laconic.com:1317}'
|
||||||
gqlEndpoint: '${CERC_REGISTRY_GQL_ENDPOINT:-http://console.laconic.com:9473/api}'
|
gqlEndpoint: '${CERC_REGISTRY_GQL_ENDPOINT:-http://console.laconic.com:9473/api}'
|
||||||
chainId: ${CERC_REGISTRY_CHAIN_ID:-laconic_9000-1}
|
chainId: ${CERC_REGISTRY_CHAIN_ID:-laconic_9000-1}
|
||||||
gas: 550000
|
gas: 950000
|
||||||
fees: 200000aphoton
|
fees: 200000aphoton
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
@ -45,6 +45,8 @@ record:
|
|||||||
note: "Added by CI @ `date`"
|
note: "Added by CI @ `date`"
|
||||||
repository: "`git remote get-url origin`"
|
repository: "`git remote get-url origin`"
|
||||||
repository_ref: "${GITHUB_SHA:-`git log -1 --format="%H"`}"
|
repository_ref: "${GITHUB_SHA:-`git log -1 --format="%H"`}"
|
||||||
|
tags:
|
||||||
|
- dev
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
cat $RECORD_FILE
|
cat $RECORD_FILE
|
||||||
|
Loading…
Reference in New Issue
Block a user