Skip to content

Commit

Permalink
Merge branch 'main' of github.com:infor-design/design-system
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcconechy committed Jun 7, 2024
2 parents 9574de8 + a3affd4 commit 56601fa
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 343 deletions.
101 changes: 0 additions & 101 deletions cd/form/data.json

This file was deleted.

21 changes: 0 additions & 21 deletions cd/form/schema.json

This file was deleted.

5 changes: 0 additions & 5 deletions cd/form/uischema.json

This file was deleted.

9 changes: 0 additions & 9 deletions cd/k8s/README.md

This file was deleted.

56 changes: 0 additions & 56 deletions cd/k8s/job.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions cd/k8s/secrets.sh

This file was deleted.

7 changes: 0 additions & 7 deletions cd/k8s/secrets/docs-api-key.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions cd/k8s/secrets/github-acccess-token.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions cd/k8s/secrets/npm-token.yaml

This file was deleted.

109 changes: 0 additions & 109 deletions cd/k8s/task-definition.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ids-identity",
"version": "4.16.3",
"version": "4.17.0",
"description": "Infor Design System Design Assets",
"scripts": {
"build": "node ./scripts/node/build.js --build=meta,tokens,fonts,mixins,figma",
Expand Down
3 changes: 1 addition & 2 deletions scripts/deploy-assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ done
case $DEPLOY_ENV in
"local") DEPLOY_URL='http://localhost/api/docs/';;
"localDebug") DEPLOY_URL='http://localhost:9002/api/docs/';;
"staging") DEPLOY_URL='https://staging.design.infor.com/api/docs/';;
"prod") DEPLOY_URL='https://design.infor.com/api/docs/';;
"prod") DEPLOY_URL='https://legacy.design.infor.com/api/docs/';;
*) echo "Invalid option for deploy environment";;
esac

Expand Down

0 comments on commit 56601fa

Please sign in to comment.