Skip to content

Commit 05aeef5

Browse files
prepare 1.2.1 release (#22)
1 parent 2a3ff02 commit 05aeef5

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.ldrelease/linux-build-docs.sh renamed to .ldrelease/build-docs.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,8 @@ set -e
44

55
# This only runs in the Linux build, since the docs are the same for all platforms.
66

7-
PROJECT_DIR=$(pwd)
8-
97
mkdir tmp
108
cp launchdarkly-server-sdk.c tmp/
119
cp launchdarkly-server-sdk-redis.c tmp/
1210

13-
ldoc tmp
14-
15-
mkdir -p $PROJECT_DIR/artifacts
16-
cd $PROJECT_DIR/doc
17-
zip -r $PROJECT_DIR/artifacts/docs.zip *
11+
ldoc -d ${LD_RELEASE_DOCS_DIR} tmp

.ldrelease/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ repo:
55
private: lua-server-sdk-private
66

77
jobs:
8-
- circleCI:
9-
linux:
8+
- docker:
109
image: ubuntu:18.04
1110

1211
documentation:
File renamed without changes.

0 commit comments

Comments
 (0)