Skip to content

Commit

Permalink
Website release Wed Oct 30 14:39:41 PDT 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
mslipper committed Oct 30, 2019
1 parent 3b2ca57 commit c984f47
Show file tree
Hide file tree
Showing 4 changed files with 1,278 additions and 8 deletions.
11 changes: 3 additions & 8 deletions openapi/build.sh
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
#!/usr/bin/env bash
set -e

git checkout master
rm -rf ./codegen-out
rm -rf ./build
mkdir ./codegen-out
mkdir ./build
./node_modules/.bin/sc generate -l openapi -i ./openapi.yml -o ./codegen-out
git checkout release
git merge master --no-edit
cp ./codegen-out/openapi.json ./build
cp ./dex-demo-embedded.html ./build
cp ./dex-demo-embedded.html ./build/index.html
git add -f ./build
now=$(date)
git commit -am "Website release $now"
git push origin release
rm -rf ./build
rm -rf ./codegen-out
git checkout master
File renamed without changes.
Loading

0 comments on commit c984f47

Please sign in to comment.