Skip to content

Commit c00d9f0

Browse files
author
Antonis
committed
Working on #586: Check/implement what other CI/CD automation might be needed, investigating doc generation issue
1 parent 8e473d4 commit c00d9f0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

scripts/start-ci-cd.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ else
151151
export CURRENT_BRANCH=`git rev-parse --abbrev-ref HEAD`
152152
fi
153153

154-
# Build number corresponds to Android version code
154+
# Notice that even though ORG_GRADLE_PROJECT_VERSION_CODE and ORG_GRADLE_PROJECT_BUILD_NUMBER refer to the same thing (i.e. build number) for now we use the first
155+
# to denote the Android-specific versionCode, and the second to denote POM version when building SDK library artifact for upload to maven
155156
export ORG_GRADLE_PROJECT_VERSION_CODE=$ORG_GRADLE_PROJECT_BUILD_NUMBER
156157

157158
echo "-- Validating environment"

scripts/update-doc.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ echo "== Updating Reference Documentation"
1515
echo "== "
1616
echo
1717

18+
git status
19+
1820
if [ -z $GITHUB_OAUTH_TOKEN ]
1921
then
2022
echo "-- Error: GITHUB_OAUTH_TOKEN environment variable missing"

0 commit comments

Comments
 (0)