Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
ci-build: Print environment in logical order
Browse files Browse the repository at this point in the history
Print first what is being built (TARGET and any BRANCH/COMMIT/FORK
overrides.  Then print the rest in alphabetical order.

Signed-off-by: Gunnar Andersson <[email protected]>
  • Loading branch information
Gunnar Andersson committed Oct 23, 2017
1 parent 65b2a69 commit 96dd771
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions scripts/ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,17 +179,19 @@ echo "TARGET = $TARGET"
echo "BRANCH = $BRANCH"
echo "COMMIT = $COMMIT"
echo "RELEASE = $RELEASE"
echo
echo "BUILD_SDK = $BUILD_SDK"
echo "SGX_DRIVERS = $SGX_DRIVERS"
echo "SGX_GEN_3_DRIVERS = $SGX_GEN_3_DRIVERS"
echo "COPY_LICENSES" = "$COPY_LICENSES"
echo "CREATE_RELEASE_DIR" = "$CREATE_RELEASE_DIR"
echo "DL_DIR = $DL_DIR"
echo "REUSE_STANDARD_DL_DIR = $REUSE_STANDARD_DL_DIR"
echo "REUSE_STANDARD_SSTATE_DIR = $REUSE_STANDARD_SSTATE_DIR"
echo "DL_DIR = $DL_DIR"
echo "SSTATE_DIR = $DL_DIR"
echo "RM_WORK = $RM_WORK"
echo "STANDARD_RELEASE_BUILD" = "$STANDARD_RELEASE_BUILD"
echo "SGX_DRIVERS = $SGX_DRIVERS"
echo "SGX_GEN_3_DRIVERS = $SGX_GEN_3_DRIVERS"
echo "SOURCE_ARCHIVE" = "$SOURCE_ARCHIVE"
echo "COPY_LICENSES" = "$COPY_LICENSES"
echo "SSTATE_DIR = $DL_DIR"
echo "STANDARD_RELEASE_BUILD" = "$STANDARD_RELEASE_BUILD"

# build steps
cd "$BASEDIR/gdp-src-build"
Expand Down

0 comments on commit 96dd771

Please sign in to comment.