Fix app type
All checks were successful
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m32s
All checks were successful
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m32s
This commit is contained in:
parent
25cc7c7db6
commit
b3e4d7eedf
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@cerc-io/webapp-deployment-status-ui",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"private": true,
|
||||
"homepage": "LACONIC_HOSTED_CONFIG_homepage",
|
||||
"repository": "https://git.vdb.to/cerc-io/webapp-deployment-status-ui",
|
||||
|
@ -5,7 +5,7 @@ set -e
|
||||
RECORD_FILE=tmp.rf.$$
|
||||
CONFIG_FILE=`mktemp`
|
||||
|
||||
CERC_APP_TYPE=${CERC_APP_TYPE:-"webapp/next"}
|
||||
CERC_APP_TYPE=${CERC_APP_TYPE:-"webapp"}
|
||||
CERC_REPO_REF=${CERC_REPO_REF:-${GITHUB_SHA:-`git log -1 --format="%H"`}}
|
||||
CERC_IS_LATEST_RELEASE=${CERC_IS_LATEST_RELEASE:-"true"}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user